Forum Replies Created
-
AuthorPosts
-
Hi Yigit,
My apologies – you are correct – it works perfectly. I had pasted the code incorrectly. Thanks so much for your help.
Richard
I haven’t heard back on this for several days. Is there an answer to this? Does it make sense to use a 3rd party plugin with this capability?
Hi – I see no change.
ThanksPerfect. Thanks!
Thank you!
Wow, this is an answer to a question I did not ask. What I did ask is about the line that appears under a menu item when you mouse over a navigation element. I would like to have that line be #00a8e0 whether the header is in regular mode or transparent.
Thank youActually, I just need to make that active item line #00a8e0 regardless of what color the menu item font is.
ThanksHi – I did resolve the above by using #ffffff as the default trans menu color, and then for individual pages that use another color:
.page-id-2 .av_header_transparency .av-main-nav>li>a>span.avia-menu-text {
color: #666666 !important;
}But, the active item line under the selected menu item still remains #ffffff – is there a way to also make this #666666 for those selected pages?
Thanks
Hi
Using transparent menus throughout the site, some pages have white text, some black. I was able to change the individual pages with this code – but now its not working:
.page-id-2.av_header_transparency .av-main-nav>li>a>span.avia-menu-text {
color: black !important;Does the code look right?
Hi Yigit,
I created a new login for you (in the private content section).
I also created a test page with a test slider which shows an example of the text I will need justified.
This also shows the justified text:
Thanks
RichardWill it be possible to get a response for this problem?
Let me just clarify: other than the headlines, there is no text entered onto the slider. I need to know what settings to use – or code to add – to the layer slider so that I can get text that is justified right and left. I tried using: text-align: justify; text-justify: inter-word;, but this did not work.
ThanksHi Ismael,
I know how to change to color globally, but if you read the post thread, you will see that my question pertains to changing it on certain pages.
Thanks
RichardHi
The Layer slider is on the home page at http://henrysegerstromdevsite.webfour.net/.Thanks
Hi Rikard,
Do you need any more info on this?
thanks
RichardHi Rikard,
Thanks for getting back to me. Here is the page: http://henrysegerstromdevsite.webfour.net/index.php/temptest/
It has #222222 for the transparency header, as that is the global setting, but I would like it to be #ffffff; I found this CSS:
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
color: #222222;
}
So, I can change the #222222 to #ffffff, but I do not know how to create the page-id class for this. I’ve create classes using the color area, but nothing like this. I’ve indicated the login in the private section below in case its easier for you to just implement the change.Thanks for your help!
-
AuthorPosts