Blog cat. color

Home Forums Gillion Theme Blog cat. color

Home Forums Gillion Theme Blog cat. color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • deantep
    Participant

    Hello, how to change Blog post cat. Style 2 (left slide with right posts scrollbar) title color & category tabs background color in it?

    Attachments:
    You must be logged in to view attached files.

    deantep
    Participant

    And how to change Load more text font and text color

    Hi @deantep,

     

    I hope you are well today and thank you for your question.

     

    You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-categories-tabs li a {
        color: #000;
    }
    
    #page-container .sh-categories-tabs li.active a {
        background-color: #000 !important;
        color: #fff;
    }
    
    #page-container #content .sh-load-more {
        background-color: #000;
        color: #fff;
    }

     

    You can change the color value in the above code to whatever you want to use by referring the following pages.

     

    http://www.w3schools.com/html/html_colors.asp
    http://www.w3schools.com/html/html_colorvalues.asp
    http://www.w3schools.com/tags/ref_colorpicker.asp

     

    Best regards,
    Shufflehound team

Viewing 3 posts - 1 through 3 (of 3 total)