This topic has 3 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #94481
     Aristoto
    Participant

    How do I adjust the font of the links on my custom menu widget? It is not responding to any of the default typography settings.

    #94594
     Radu
    Moderator

    Hi,

    Please provide a screenshot (and page url) that pointing out the widget and the a elements for you want to change the font proprietes and also some credentials to can view your website.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #94787
     Aristoto
    Participant
    This reply has been set as private.
    #94917
     Radu
    Moderator

    Hi,

    You can change the link text color with this css

    COPY CODE
    
    .sidebar .menu-events-and-awards-container ul li a {
        color: green;
    }
    

    The hover color will be applied like this

    COPY CODE
    
    .sidebar .menu-events-and-awards-container ul li a:hover {
        color: red;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?