Hey Ciarán,
hope everything is fine with you in this difficult time ?!
Unfortunately, I have to torment you with a question
Is there a css code to highlight a menu item?
for example in your menu
Home – black
Browse Templates – black
Browse Extensions – black
Template Demos – black
Membership – black
Forum – red
Tutorials – black
Or somehow different. I just want to highlight one menu item.
I am currently using the Everly template but would be nice if the code would work on all templates.
Stay healthy,
Chris
- Ko3n
-
- Commercial Templates
- Wednesday, 15 July 2020
- Subscribe via email
Hi Chris
Sure. Each menu item can be targeted with CSS via the menu item ID. Would you have a URL to an example of your menu?
Ciaran
Sure. Each menu item can be targeted with CSS via the menu item ID. Would you have a URL to an example of your menu?
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Hi Chris
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS) where 138 is the ID number of your menu item (edit to taste)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS) where 138 is the ID number of your menu item (edit to taste)....
.hornav .item-138 > a {
color: #e62c2c;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 2
Hey Ciarán,
Is meant on the following page: optimalpraesent.at
Do you mean --> Link Type --> Link Class?
But what code do I enter if I want a different color? I tried a few, but none worked
Kindly,
Chris
Is meant on the following page: optimalpraesent.at
Do you mean --> Link Type --> Link Class?
But what code do I enter if I want a different color? I tried a few, but none worked
Kindly,
Chris
- more than a month ago
- Commercial Templates
- # 5
Hi Chris
A possible cause is that the menu item ID (138) has changed with your update?
Ciaran
A possible cause is that the menu item ID (138) has changed with your update?
Ciaran
- more than a month ago
- Commercial Templates
- # 7
Hey Ciaran,
unfortunately no. The id is correct.
You can find the access data in my site details if you want to check it out.
Kindly,
Chris
unfortunately no. The id is correct.
You can find the access data in my site details if you want to check it out.
Kindly,
Chris
- more than a month ago
- Commercial Templates
- # 8
Hi Chris
Unfortunately, I am unable to locate your site details. Could I ask you to resend temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
Unfortunately, I am unable to locate your site details. Could I ask you to resend temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
- more than a month ago
- Commercial Templates
- # 9
Thank you Chris
Looking at your menu manager for your 'Main Menu', I am unable to see any menu item with the ID of 138 (right column). Maybe I am looking at the wrong menu?
Ciarán
Looking at your menu manager for your 'Main Menu', I am unable to see any menu item with the ID of 138 (right column). Maybe I am looking at the wrong menu?
Ciarán
- more than a month ago
- Commercial Templates
- # 10
Hey Ciaran,
The ID '138' was just one example of yours. I don't think I ever had an ID with that number
Just try one of the IDs from the 'Main Menu' (101, 110, 194 or 111). It doesn't work with any of the numbers, but I don't know why
Kindly,
Chris
The ID '138' was just one example of yours. I don't think I ever had an ID with that number
Just try one of the IDs from the 'Main Menu' (101, 110, 194 or 111). It doesn't work with any of the numbers, but I don't know why
Kindly,
Chris
- more than a month ago
- Commercial Templates
- # 11
Hi Chris
As some of your parent links are not links try the following instead which includes spans (spans) try...
(edit to taste)
Ciaran
As some of your parent links are not links try the following instead which includes spans (spans) try...
(edit to taste)
.hornav .item-200 > span,
.hornav > .item-200 a {
color: red !important;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 12
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »