Change fonts: footer,widget, social

Home Forums Gillion Theme Change fonts: footer,widget, social

Home Forums Gillion Theme Change fonts: footer,widget, social

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • deantep
    Participant

    Hello, i would like to change footer font, widget font & social font, just change these fonts 🙂

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

    deantep
    Participant

    And how to change load more button background for blog posts

    Solution for this topic

    Hi @deantep,

     

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

     

    Hello, i would like to change footer font, widget font & social font, just change these fonts

    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-footer-widgets .widget-item * {
        font-family: arial;
    }
    
    #sidebar .widget-item * {
        font-family: arial;
    }
    

    Please change the font arial in the above CSS code to whatever you want to.

     

    And how to change load more button background for blog posts

    Use below CSS code to change it.

     

    #content .sh-load-more {
        background-color: #d9ded4;
    }

     

    Best regards,
    Shufflehound team

    deantep
    Participant

    Great, thank you 🙂

    You are most welcome here 🙂

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