Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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 Netherlands

    #574700

    Hey Michel!

    Would you like to have page title on your menu bar?

    Cheers!
    Yigit

    #574744

    Hi Yigit,

    Yes that would be great. Is it possible to let it have a different background color ?

    Bye
    Michel

    #575718

    Hi Yigit,

    any solutions for this?

    Cheers
    Michel

    #575721

    Hi 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!
    Yigit

    #575777

    Hi

    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

    #575787

    Hi!

    Sure, please see screenshots here – http://imgur.com/a/UKwxj

    Best regards,
    Yigit

    #575803
    #575810

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #575903

    hi yigit

    Sorry but I am making the website on a local machine. I do not have a real location on the web

    Michel

    #575905

    Hi!

    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 items

    Regards,
    Yigit

    #577024

    Hi 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?

    #577167

    See picture what I mean

    • This reply was modified 8 years, 9 months ago by perfortuna.
    #577177

    Hi!

    Please add following code to Quick CSS

    li#menu-item-175 {
        float: right;
    }

    Best regards,
    Yigit

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