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 #955627
dd2632de-d50c-4d80-bfc8-55bc914bb59b
Closed

Comments

  •  2
    Michal started the conversation

    I cannot figure out how to change font on menu/footer and in widgets. Please help.

  •  1,845
    Elated replied

    Hello,

    Please paste this code in Elated Options > General > Custom CSS field and set desired color instead of red:

    .eltd-main-menu>ul>li>a {
        color:red;
    }

    And which colors you want to change in footer and sidebar? Please send us some screenshots.

    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.

  •  2
    Michal replied

    I need to change size and font not color. Please tell me where that is controlled. For example I want Arial as font and I want it bigger. And bolder. 

  •  2
    Michal replied

    also why is it that some pages do not show the header? 

  •  1,845
    Elated replied

    Hello,

    1) Please paste this code:

    footer .eltd-footer-bottom-holder .widget.eltd-latest-posts-widget .eltd-blog-list-holder.eltd-minimal .eltd-item-text-holder .eltd-item-title a, footer .eltd-footer-top .widget.eltd-latest-posts-widget .eltd-blog-list-holder.eltd-minimal .eltd-item-text-holder .eltd-item-title a {
        font-size:18px;
        color:red;
    }

    2)

    .eltd-main-menu>ul>li>a {
        font-weight:600;
        font-size:15px;
    }

    3) Please send us link to the page where it happens! 

    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.

  •  2
    Michal replied

    hi, Thank you, it worked except it did not change the category font on footer. http://theperfecteye.com/

  •  1,845
    Elated replied

    Hello,

    Please add this code in Elated Options > General > Custom CSS field:

    footer .eltd-footer-bottom-holder .widget ul li a:not(.eltd-btn), footer .eltd-footer-top .widget ul li a:not(.eltd-btn) {
        font-size:18px;
        font-weight:600;
    }

    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.