Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1189433
Sidebar Font
Closed

Comments

  • CallumKilby started the conversation

    Hi, 

    I'm looking to change the default font that is used in my sidebar. 

    Please provide the necessary CSS in order to do this. 

    Cheers, 

    Callum

  •  1,845
    Elated replied

    Hello Callum,

    You can achieve it using this Custom Css code, just paste it into Elated Options > General > Custom Css field, with setting desired font family


    .eltd-sidebar {
        font-family: arial!important;
    }

    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • CallumKilby replied

    Hi, 

    This CSS has worked for when I post a text widget into the sidebar, but if I use a widget like the 'Elated Recent Posts' - the font hasn't changed. I've added a screenshot showing the two different fonts in the sidebar. 

    Please can you advise how to go about changing this. 

    Cheers, 

    Callum

    To have a look yourself: http://bwoahf1.com/hot-topics-in-design/

  •  1,845
    Elated replied

    Hello there,

    You can make that text appear in desired font using Custom Css, just paste code below into Elated Options > General > Custom Css field 

    div.widget li.post.type-post a {
        font-family: Roboto;
    }

    Also we have noticed that tags are not in desired font as well, so here is the Custom Css to change it as well

    body.single-post .eltd-tags > a > span {
        font-family: Roboto;
    }

    Please let us know if this solved the issue and if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.