Footer Widget Styling

Home Forums Jevelin Theme Footer Widget Styling

Home Forums Jevelin Theme Footer Widget Styling

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • samv
    Participant

    Hello,

     

    Where can I find styling section for my widgets?  I want to change font, color, etc.

     

    Thanks!

    Hi @samv,

     

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

     

    We need to develop custom CSS code to change it.

     

    Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    I tried to access your shared site but it is displaying 500 Internal Server Error for me.

     

    Please make sure the site is accessible and also tell me which elements of footer widget do you want to change styling?

    samv
    Participant

    Apologies, I have moved the site to:

     

    https://www.releasemuscletherapy.com

     

    I want the font to be Roboto.  But it would also be great to  know where to find the styling for this section as well.

    Solution for this topic

    There isn’t styling section for it and you have to develop custom code to style.

     

    You can achieve 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-columns > .widget-item {
        font-family: "Roboto";
    }

    samv
    Participant

    Ok, thank you.

    You are most welcome here 🙂

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