Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1176336

    Hello,

    I was just adding a sub menu to some menu points and it looks a little weired. The sub menu page “Art” is way to far down and not connected to the main menu point “Portfolio”. Please see miriamfrank.com

    #1176507

    This may help you, enter as custom CSS/Quick CSS:

    ul.sub-menu {
        margin-top: 120px;
    }
    #1176558

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-main-nav ul {
        top: 75px !important;
    }

    Best regards,
    Rikard

    #1176708

    Amazing thanks! Can i set the font of the menu to „normal“ means „not bold“? if yes where

    #1177039

    Hi SarahKunterbunt,

    Go to Enfold > Advanced Styling, in (Select an element to customize) select Main Menu Links.
    Then set the Font Weight to Normal.

    Best regards,
    Nikko

    #1177113

    That worked. What about the other headlines’? I have the feeling my changes don’t work and the font in the contact form is still some other one https://miriamfrank.com/

    #1177123

    Hi SarahKunterbunt,

    You can see that option as well in Advanced Styling, You can choose All headings or h1 or h2 or h3, etc.
    Hope this helps.

    Best regards,
    Nikko

    #1177175

    yes, i saw that but it doesn’t work. The widget title won’t change and i styled all headings but nothing changed. and the text in the contact form is in a different font displayed as well

    #1177380

    Hi SarahKunterbunt,

    I checked the Widget Title and the font-weight is set to Light and to All Headings, font-weight is set to Light and Text Transformation is set to Capital Letter.
    If I try to change the value it does work, maybe you can give us a screenshot on how it looks on your screen and maybe a screenshot of what you’re trying to achieve.

    Best regards,
    Nikko

    #1178175

    can you help to change the font in the contact form https://miriamfrank.com/contact/ ?

    #1178795

    Hi,

    Yes, what font do you want to use so we can provide a CSS rule.

    Best regards,
    Basilis

    #1180347

    I want to use Open Sans Condensed

    #1181140

    Hi SarahKunterbunt,

    We have added this code in your Quick CSS:

    #top .avia_ajax_form input, 
    #top .avia_ajax_form textarea {
        font-family: "open sans condensed",Arial,sans-serif;
        font-size: 15px;
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

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