Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #534060

    Hallo sirs,

    I hope for help about:
    1- how to change text color definition individually for each page when hoover over page link text in main menu

    2- how to design page assigning like presented with screen capture enclosed

    Thank you

    Screen Shot 2015-11-11 at 13.38.00

    #534239

    Hey RikoRG!

    It looks like you forgot to upload the screenshot.

    To change the menu hover colors on separate pages add a codeblock element to the page content and add this inside.

    <style type = "text/css">
    .avia-menu-text:hover { color: red !important; }
    </style>

    Cheers!
    Elliott

    #534276

    Thank you for quick answer.

    Well, i’m trying to add the screenshot but looks like don’t know how.

    The second trouble is that I do not know what is a codeblock element and where to add the text that you kindly send to me.

    Step by step instructions will help a lot.

    Greets
    Riko

    #534336

    Hey!

    You can upload your image to imgur.com and copy the URL to the image and paste it inside the popup here when you click on the “img” tag in the editor when writing your reply.

    When your in the layout builder (when writing a page / post) click on the “Content Elements” tab and you’ll see an element named codeblock which you can drag to your page content.

    Best regards,
    Elliott

    #534638

    Hello

    Link to the image: How I would liked that the designation of the selected page looksblack field wide as word is, lover edge at lover edge of text

    Best regards
    Riko

    #535731

    Hey!

    Can you send us a link to your page so we can see what you currently have setup? You can set your reply as private if you wish.

    Best regards,
    Elliott

    #536377

    Hello!

    I’m sending to you a link to my site.

    Best regards,
    Riko

    #536580

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
        background: #888888!important;
        color: white!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

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