Classico theme fonts – override all caps in headings? Also mouseover text color

This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp

  • Avatar: bkrause
    bkrause
    Participant
    January 7, 2016 at 22:42

    Hi, I’m looking for some guidance with the Classico theme… It seems like there is a built-in preference for all capital letters in most headings, so I’m looking to change not only my fonts (which I have already) but also the case.

    Next, I would like to change the mouse-over text color. It seems that even though Classico defaults to a white background, it also defaults the color of a mouse-over on hyperlinks to white… effectively getting lost in the background. I know I can manually change this, but is this is some settings menu somewhere?

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    January 8, 2016 at 09:21

    Hello,

    Please show pages where you want to change capital letters.
    Add this code in Theme Options > Styling > Custom CSS > Global Custom CSS to change hover color:

    a:hover {
        color: black !important;
    }

    Regards,
    Eva Kemp.

    Avatar: bkrause
    bkrause
    Participant
    January 8, 2016 at 15:18

    Thank you, Eva! That worked beautifully for changing hover text color. As for the uppercase examples, take a look at the main headings and menu on our working homepage: http://www.cmsbuyinggroup.com/

    The main menu and headings are seemingly permanently in uppercase. Thank you again for any help you can offer.

    – Bart

    Avatar: Eva
    Eva Kemp
    Support staff
    January 8, 2016 at 17:30

    Hello,

    Please add this code in Global Custom CSS:

    h3, .header-type-5 .header .menu-wrapper .menu > li > a {
       text-transform: capitalize;
    }

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.