• Partly first is a question on your child theme Mesodark how do I remove the top and bottom borders for the primary menu?

    Secondly how do I alter the link formatting as right now links are underline no matter whether clicked on, hovered, or normal. I want when hover it to be underline, when not hovered for it to look normal.

Viewing 1 replies (of 1 total)
  • Theme Author Richie KS

    (@rkcorp)

    add to customizer->general->custom css

    #custom #main-navigation { border:0 none; }
    #custom .content .post-content a { text-decoration:none !important; }
    #custom .content .post-content a:hover { color:#cc0000; text-decoration:underline !important; }
Viewing 1 replies (of 1 total)
  • The topic ‘Theme Edits’ is closed to new replies.