-
AuthorPosts
-
January 29, 2016 at 1:06 pm #574468
Hi,
I was wondering if it is possible to add the breadcrumb to the menubar and let it have a different background color as you can see on the image.
Awaiting your answer
With regards
Michel
The NetherlandsJanuary 29, 2016 at 5:35 pm #574700January 29, 2016 at 6:38 pm #574744Hi Yigit,
Yes that would be great. Is it possible to let it have a different background color ?
Bye
MichelFebruary 1, 2016 at 1:15 pm #575718Hi Yigit,
any solutions for this?
Cheers
MichelFebruary 1, 2016 at 1:26 pm #575721Hi Michel!
Please go to Appearance > Editor and open Functions.php file and add following code
add_shortcode( 'avia_title', 'avia_get_title' ); function avia_get_title(){ return get_the_title(); }
and then go to Appearance > Menus and add a new Custom Link to your menu with # for URL and [avia_title] for navigation label. Click “Screen options” on the top right corner and check “CSS classes” then edit your newly added custom link and give it a custom CSS class and then save your menu and go to Enfold theme options General Styling and add following code to Quick CSS field
.your-custom-class { pointer-events: none !important; } .your-custom-class .avia-menu-text { color: white !important; background-color: red !important; }
Cheers!
YigitFebruary 1, 2016 at 2:46 pm #575777Hi
Where can I find :
Click “Screen options” on the top right corner and check “CSS classes” then edit your newly added custom link and give it a custom CSS class
Do you have a screen shot off this. I can not edit
Michel
February 1, 2016 at 3:01 pm #575787February 1, 2016 at 3:19 pm #575803Hi,
This is what I see :http://uwvoorbeeld.nl/wp-content/uploads/2016/02/Schermafbeelding-2016-02-01-om-14.17.10.png
Michel
February 1, 2016 at 3:26 pm #575810Hi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitFebruary 1, 2016 at 5:22 pm #575903hi yigit
Sorry but I am making the website on a local machine. I do not have a real location on the web
Michel
February 1, 2016 at 5:25 pm #575905Hi!
I believe you missed this screenshot in my previous post – http://i.imgur.com/3NToNFk.png
This is how you should turn on custom CSS field for menu itemsRegards,
YigitFebruary 3, 2016 at 10:46 am #577024Hi Yigit,
Your where right. Whit this option I could add the CSS to the menu.
As you can see in the private link the text is next to the menu items, I was wondering if it is possible to place the text (page title) to the right handside off the menu bar?
February 3, 2016 at 4:46 pm #577167See picture what I mean
- This reply was modified 8 years, 9 months ago by perfortuna.
February 3, 2016 at 4:58 pm #577177 -
AuthorPosts
- You must be logged in to reply to this topic.