CSS header, frontpages and footer

Home Forums Gravida Support CSS header, frontpages and footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #94368
    Willi FelixWilli Felix
    Participant
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: May 7, 2017

    Hi,

    I want to use multiple styles for hyperlinks within the Gravida theme. In the header, frontpages and footer. How can I realize that?

    https://wendecoffeeanddrinks.nl/

    Footer: white with underline hover
    Frontpage: black and bold
    Header: the Sub Menu Hover Background Color in height of the header

    Regards,

    Willi

    #94424
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .head_inner { padding:0;}
    #topmenu ul li a { line-height:55px; margin:0;}
    #footer a:hover { color: #fff; text-decoration:underline;}
    .fblock4 h3:hover a, .su-row a:hover { color:#000;}

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.