Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Link Rollover Colour DIV Class "promo"

New Front EN Support Forums Origami Theme Support Link Rollover Colour DIV Class "promo"

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1367
    speaktodave
    Participant

    Hi,

    I’m having trouble changing the rollover link text colour in the “promo” div class at the top of the page.

    You can see it here: http://www.lycheeoriental.co.uk

    “Reserve a Table: 0141 248 2240 lycheeoriental.co.uk”

    Can you provide the code to change this link rollover colour to #37B8DD?

    Thanks!

    David

    #1368
    speaktodave
    Participant

    What I mean is ” what AND where in the code”!

    I can’t seem to find the correct css anywhere to get this to change :)

    Thanks,

    David

    #1369
    mmsatori
    Keymaster

    Hey David,

    the hover color of the promo text links is determined by the CSS declaration for the top menu hover color (i.e. #nav-primary a:hover). I agree that this needs a separate back-end setting in Theme Options, thanks for spotting this issue!

    To change the hover color for the links in question, please add this CSS to the “style.css” file (should open by default when you go to “Appearance -> Editor”:
    #nav-primary .promo a:hover { #37B8DD !important; }
    Let me know if it works.

    Best,
    Andrew / Satori Studio

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