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

    As the title says.
    We need a custom html title. Right now I use a background image and custom css class for our title but we’d like more control as this method sometimes our header title disappears. I need to recreate this title as HTML. It needs to be selectable like regular text. Im not sure of the best way to do this with your theme.

    Also our main menu covers our logo on smaller screens. How do I activate the mobile menu sooner?

    Thanks,
    Glen

    #501562

    Hi GlenCoffey!

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

    @media only screen and (max-width: 1180px) {
    .av-main-nav > li > a {
        padding: 0 6px;
    }}

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field and go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.

    Can you please post a screenshot and show the changes you would like to make on HTML title?

    Best regards,
    Yigit

    #501617

    Thanks for the fast reply!!

    I have already fixed all the issues.
    The HTML header I used the caption of the slider and css’d it. I think originally we didn’t like the animation. The mobile menu info is great, I had no idea the mobile activation option existed!

    Cheers,
    Glen

    #501639

    Hey!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom HTML Header Title and Mobile Menu at specific width’ is closed to new replies.