• Resolved portorico

    (@portorico)


    Hola !

    Thank you so much for this awesome free theme.
    I would like to change the hover color for some header elements :

    – The website title (Puerto Rico Beaches)
    – The other elements of the menu (San Juan, Culebra …)

    I’ve tried many css class but none of them seems to work.
    Would appreciate some help
    Take care

    Yannick

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter portorico

    (@portorico)

    Work in progress, here is what i did.
    Put this code in Aditional CSS:

    body a:hover {
    text-decoration: none;
    color: black;
    }

    No underline anymore and a black color when hover.

    I would like to the the same to the website title, on the left part of the header.
    Would appreciate some help ??

    Peace

    Theme Author Anders Norén

    (@anlino)

    Hi @portorico,

    Try the following CSS:

    .site-header .site-title a:hover { color: #000; }

    Let me know if that does it.

    — Anders

    Thread Starter portorico

    (@portorico)

    It worked perfectly, thanks for your help.
    Hamilton theme rocks !!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change hover color of Menu’ is closed to new replies.