Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104455
    marketingman
    Participant

    Sample Page http://www.dougscountry.com/blog/2016/12/02/the-internet-can-be-cool/

    I want to change that crappy green on those items right below the Header Picture.
    I don’t see anything obvious in the master .css file.

    I want it throughout the blog.

    #104501
    Mahesh
    Keymaster

    @marketingman: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .breadcrumb ul li a {
        color: #00ff00;
    }
    
    .breadcrumb ul li a:hover, 
    .breadcrumb ul li.current_item {
        background-color: #ff00ff;
    }

    Note: Change the color as desired.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Individual Posts -Color change Blog Name, Category Post Title above the Article’ is closed to new replies.