Edit CSS not work

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
ch76730
Posts: 1
Joined: 21 Jul 2018, 16:12

14 Aug 2018, 17:42

Hello~
I bought a theme Poseidon
I want to edit the theme.css

Code: Select all

body .ui-tabs.ui-tabs-top .ui-tabs-nav li a, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li a, body .ui-tabs.ui-tabs-left .ui-tabs-nav li a, body .ui-tabs.ui-tabs-right .ui-tabs-nav li a {
       padding: 8px 14px;
        color: #ffffff; }
 
Change to

Code: Select all

body .ui-tabs.ui-tabs-top .ui-tabs-nav li a, body .ui-tabs.ui-tabs-bottom .ui-tabs-nav li a, body .ui-tabs.ui-tabs-left .ui-tabs-nav li a, body .ui-tabs.ui-tabs-right .ui-tabs-nav li a {
       padding: 8px 34px;
        color: #ffffff; }
 
then I clean build and restart server
but It's not work.....
I don't know why
Some one who can help me please.....
thanks......

User avatar
w00f
Posts: 307
Joined: 27 Apr 2016, 13:27
Contact:

15 Aug 2018, 08:17

Hi, You should change it via theme.scss file and use Sass compiler to get the css.

sass --update src/main/webapp/resources/ --sourcemap=none

is the command you should use. If you don't have Sass installed in your setup, you should install first https://sass-lang.com/install.

Best regards,

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

15 Aug 2018, 08:38

Also, please check your css on inspector.

Post Reply

Return to “Poseidon - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests