Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Changing font and background colours of top-menu #120728
    giopas
    Participant

    Hi Pratik,

    thanks for yout help, for navigation menu it works perfectly!

    For “Who We Are” it seems not working, but at the end I prefer having it hidden 🙂

    Lastly, in relation to the send button, I use Contact Form 7 plugin if this can be helpful. What I would like to change is that when you hover on it it changes not in red bt agin in #dd9933 color.

    EDIT: no problem, found it [1]:

    input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #dd9933;
    border-color: black;
    }

    Thanks again,

    giopas

    [1] https://theme.co/apex/forums/topic/change-colour-of-submit-button-in-contact-form-7/

    in reply to: Changing font and background colours of top-menu #120712
    giopas
    Participant

    In relation to last part of the question I simply hided Page Titles as explained here: https://catchthemes.com/support-forum/topic/remove-page-titles-3/

    I now only need to change default color of the menu (when selected) and also the “send” button (when selected) in the “contact page”.

    Thank you in advance for you kind help!

    in reply to: Changing font and background colours of top-menu #120672
    giopas
    Participant

    Sure: katastrofic.com

    Can I also ask suggestions on where to look to change the font of “Who are we” which is different from other menu items (Music, Contact us, etc)?

    Thanks!!

    in reply to: Changing font and background colours of top-menu #120651
    giopas
    Participant

    Hi @Pratik,

    I have a similar/connected question:

    I would like to change the menu color from white (#000000) to gold (#dd9933) when I select it/hover on the item (by default it is red…).

    I have therefore added this code but it does not seems to work:

    .main-navigation a {
        color: #FFFFFF;
    }
    
    .main-navigation a:hover
    .main-navigation a:focus {
        color: #dd9933;
    }

    What am I missing here?

    Thanks in advance!

    giopas

Viewing 4 posts - 1 through 4 (of 4 total)