• Resolved Chantelledp

    (@chantelledp)


    Thank you for the awesome theme! Love it!! I want to just find out if I am able to change the colour of the tabs? It is green and because I have changed the background, I would like that to match. Also on my contact us page (I am using your theme for a website not a blog, this comes up(You may use these HTML tags and attributes:

    <a href="" title=""> <abbr title=""> <acronym title=""> <b>
    <blockquote cite=""> <cite>
     <del datetime=""> <em> <i> <q cite=""> <strike> <strong>)

    Thank you for your time ?? PS: I am not an IT braniac at all. Just trying to do my best with my website..

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    in order to change the colors of the tabs you can put this in your Custom CSS:

    .main-navigation {
        background: none repeat scroll 0% 0% rgb(234, 234, 234); // CHANGE BACKGROUND COLOR HERE
    }
    
    .main-navigation .current_page_item > a {
        background: none repeat scroll 0% 0% rgb(221, 221, 221); // CHANGE CURRENT PAGE COLOR
    }

    And if you would like to remove “You may use these HTML tags and attributes:” text, add:

    .form-allowed-tags {
    display: none;
    }

    I hope this helps!

    Thread Starter Chantelledp

    (@chantelledp)

    Thank you so much ?? I don’t speak IT but I will give it a try ??

    Thanks Kanimea for helping out.!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color’ is closed to new replies.