
-
AuthorPosts
-
November 11, 2015 at 3:10 pm #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 menu2- how to design page assigning like presented with screen capture enclosed
Thank you
Screen Shot 2015-11-11 at 13.38.00
November 11, 2015 at 5:32 pm #534239Hey 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!
ElliottNovember 11, 2015 at 6:01 pm #534276Thank 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
RikoNovember 11, 2015 at 7:05 pm #534336Hey!
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,
ElliottNovember 12, 2015 at 10:01 am #534638Hello
Link to the image: How I would liked that the designation of the selected page looks
Best regards
RikoNovember 13, 2015 at 9:48 pm #535731Hey!
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,
ElliottNovember 16, 2015 at 9:03 am #536377Hello!
I’m sending to you a link to my site.
Best regards,
RikoNovember 16, 2015 at 4:20 pm #536580Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.