Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1252645
    Pedro
    Guest

    Hello,

    I am interested in buying your theme, using Enfold Health can you change the colors of the theme? Everything is in shades of green and wanted for black.

    #1252874

    Hey Pedro,

    Yes all theme colors can be changed either in the editor or via css.

    Best regards,
    Jordan Shannon

    #1252880
    Pedro
    Guest

    Hello

    How to lock topbar menu in navigation?

    #1252881

    Hi,

    Go to Enfold theme options > Header tab and choose one of non-fixed header types

    Best regards,
    Jordan Shannon

    #1252973
    Pedro
    Guest

    I would like the menu bar on top and the logo to be fixed during navigation, is it possible?

    #1253031

    Hi,

    Yes, we can use css to lock it in.

    Best regards,
    Jordan Shannon

    #1253033

    Hi,

    If you’re looking at Enfold Health, it is fixed when you scroll.

    Best regards,
    Jordan Shannon

    #1253113
    Pedro
    Guest

    Since I was able to test in a desktop environment the bar is fixed but in the mobile version it doesn’t happen, is it configurable?

    Regards
    Pedro

    #1253116

    Hi,

    This is configurable via custom css.

    Best regards,
    Jordan Shannon

    #1253117
    Pedro
    Guest

    I good night, i bought your theme today how can i put the top bar always fixed? Can you send me the configuration to use?

    #1253118

    Hi,

    Great! Have you loaded the site yet so that we can have a look into it further? Do you have a url you can share?

    Best regards,
    Jordan Shannon

    #1254492

    Received private answerd?

    #1255625

    Hi,

    Thank you for the info.

    The sticky header option is disabled on mobile devices by default but we could use the following css code to enable it back.

    @media only screen and (max-width: 767px) {
        #header {
    	position: fixed !important;
        }
    }
    

    Best regards,
    Ismael

    #1255653
    Pedro
    Guest

    Hello good morning,

    where do i insert this CSS code?

    Regards

    #1255701

    Hey,

    Please go to Enfold theme options > General Styling and insert it in Quick CSS field.

    If you have any other questions or issues, please register to our support forum using your purchase code – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)

    Regards,
    Yigit

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