test
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • pavit Moderator
    #962398

    Hi

    Add this to your custom.css

    
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
      color: #79f416!important;
    }

    1. Screenshot-at-ago-23-17-50-07
    dbc011 Friend
    #962440

    Changes made. We are having caching issues. Can you confirm that it is working on our site like the picture you attached to your reply?

    pavit Moderator
    #962442

    not yet

    I can see you are working with /local/ folder, i cannot see any custom.css file showed anyway,

    dbc011 Friend
    #962455

    Ok.. So i made the html change you originally posted to /templates/jadecor/css/template.css

    I think you wanted me to put it in /templates/jadecor/css/custom.css. So I did so:

    @media (min-width: 1200px) {
    .has-slideshow .t3-mainbody { margin-top: 300px; }
    }
    .logo-image { background: none; }
    .jamasshead-description { display: none; }

    .has-masthead .t3-mainbody {
    background:url("../../../../images/subbody-bg.png") no-repeat left top / 100% auto #79f416!important;
    }
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
    color: #79f416!important;
    }

    That right?

    pavit Moderator
    #962462

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
    color: #79f416!important;
    }

    That right?

    Yes it is right , you need to add it to custom.css file

    dbc011 Friend
    #962463

    That is from the custom.css file.

    Still not working on my side. Can you confirm? Or take a look?

    pavit Moderator
    #962468

    Hi

    I added custom code in your /local folder, now it works fine.

    Regards


    1. Screenshot-at-ago-23-21-44-21
    dbc011 Friend
    #962473

    So the Main Menu items are now turning green, but the header slideshow is almost half the height it was before the change.

    You can see this if you open our page with the window full size, then restore the window down to half size.

    Ideas?

    dbc011 Friend
    #962474

    And when you are actually on an Article page, it is still showing the darker color. Is there a way to tell it whenever it is hovered over AND/OR selected, it shows green?


    1. Plum-color-when-on-Article-page
    pavit Moderator
    #962475

    Changes i applied has nothing to do with the slideshow, you can remove the file i added clean your browser cache and verify.

    dbc011 Friend
    #962479

    I totally agree that what we did has nothing to do with the slideshow size. It doesn’t make sense since all we were adding was instructions on color.

    When you are actually on an Article page, it is still showing the darker color. Is there a way to tell it whenever it is hovered over AND/OR selected, it shows green?

    pavit Moderator
    #962633

    When you are actually on an Article page, it is still showing the darker color. Is there a way to tell it whenever it is hovered over AND/OR selected, it shows green?

    I added to your custom.css file a new line

    .nav .current, .nav .active a,.nav .active a:active {
      color: #79f416!important;
    }
    dbc011 Friend
    #963264

    Working. Please mark solved.

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

This topic contains 13 replies, has 2 voices, and was last updated by  dbc011 8 years, 4 months ago.

The topic ‘Hover over color not working for Main Menu’ is closed to new replies.