Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #188129

    Hello
    I have a bunch of questions I’ve been saving up was wondering if you could help me style my main menu this way:
    Mock Up
    I would like to change the color and remove the the tiny arrow from the current and hover links in the main menu and add the description from the wordpress menu manager.

    Can I adjust the thickness of the indicator? I was also wanting to change the title caption title and background colors for the full width easy slider.

    Also, is it possible to put a table in a tab?
    Thanks
    Frank

    #188357

    Hey frankster1234!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-menu-fx .avia-arrow-wrap .avia-arrow { display: none; } /* removes small arrow */
    .avia-menu-fx { height: 4px; } /* thickness of indicator */
    div .slideshow_caption h2 { color: red; }/* changes caption color in slider */
    .caption_framed .slideshow_caption .avia-caption-title { background: rgba(0, 0, 0, 0.5); } /* background color, you can adjust it by changinh rgb value

    Please see this topic https://kriesi.at/support/topic/table-in-tab-how-to/#post-186619

    Best regards,
    Yigit

    #188513

    Fantastic support! Thank you.

    The only thing you didn’t answer is how to get the description below the main menu links in the theme. I’m comfortable editing the php / them files to get it there.

    I was also wondering if I could get the main menu to be the same font as the header font and not the same font as the body text.

    I also had a post in about getting my special heading H3’s to look like this. I looked around and there are not a lot of articles on styling the special header.

    H3

    Thanks Again for you help.
    Frank

    #189321

    Hi!

    Adding description line and customizing heading as your screenshot is out of the scope of support we can provide. If you really need it, you are going to need to hire a freelance developer ( You can try microlancer.com or codeable.io )
    Which font family are you using for headings?

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu Styling with Link Description’ is closed to new replies.