• Resolved design-studio

    (@design-studio-1)


    Hello,
    I am a big fan of the Zerif Lite theme. I know that others have asked about this issue before and I have tried different methods, but after multiple attempts I am feeling very stuck and hoping that someone can help give me some insight.

    I am using the Zerif Lite theme and I tried installing my own child theme because I want to make more minor CSS style changes (mostly colors for consistent branding). I tried creating child themes multiple ways:
    1. Child Themify plugin (which I use on other www.ads-software.com sites, but different theme, and it works well)
    2. Custom CSS plugin
    3. Going into my directory and manually adding a new folder

    I know that my child themes are there because I am able to activate them in the “themes” section but none of my CSS style modifications show up on my live site!

    I’ve tried reading other blogs and posts about this issue and I’ve tried following all of the instructions, but I keep getting stuck.

    Can anyone help offer any advice? I hope it’s just a minor adjustment that I somehow missed.

    Thank you advance for any help you can give! I really appreciate it!

Viewing 1 replies (of 1 total)
  • The problem is that you have a syntax error with this rule, which is causing all other rules that follow not to be used:

    .col-lg-4 col-md-4 column a{
    color: #dbbf56;
    text-decoration: none;
    background-color: rgba((219,191,86);
    }

    There’s a double left parenthesis for the value of the background-color property. Take that extra parenthesis out and the rules which come after will be followed.

Viewing 1 replies (of 1 total)
  • The topic ‘Zerif Lite – Custom CSS/ Child Theme Not Working?’ is closed to new replies.