Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #987774

    Hello,
    I would like to not show the logo in the header in scrolled mode.
    How can i do that?

    And I would like to reduce the distance between the navigation and first site element.

    Please help :)
    Johanna

    #988017

    Hey Alohanna,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #988669

    Hi Victoria.
    you must be logged in to see the site. Its in maintenancemode at the moment.

    #989478

    Hi,

    Thanks for the login details. Please try the following in Quick CSS under Enfold->General Styling:

    .header-scrolled .av-logo-container {
      display:none;
    }

    Best regards,
    Rikard

    #994464

    Thank you – it worked!

    I have some more Questions:

    – How can a display the alerts with normal letters – not in capital letters and left justified – not centered.
    – Can i change the plus-symbol to open a toggel of the accorden to entypo-fontello \ue875 and the minus-ymbol to close to entypo-fontello \ue873?
    – I would like the header to be not transperent – how can I change that?
    – the contact form is not displaying the right font – how can i change that?

    Thank you!
    Johanna

    #994910

    Hi Johanna,

    What alerts are you referring to?

    Header transparency can be disabled in the theme options. Here is all about the header for you:

    Here is how to change accordion icons
    https://kriesi.at/support/topic/replace-accordion-toggle-with-entypo-icon/#post-617129

    Best regards,
    Victoria

    #994976

    Hi Victoria,
    Sorry – it´s called notification, not alert. In german its called “Hinweis”

    And sorry, i don´t get it where i can set the header to be NOT transparent. I´m using the standard-header.

    And how can i cange the font of the contact form?

    Thanks!

    #995428

    Hi,

    1- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
    CSS Snippet:

    
    .avia_message_box_content {
        text-transform: none;
    }
    
    

    2- Please edit your page and under Layout section, choose to display non-transparent header – https://i.imgur.com/HSxrvHm.png

    3- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
        font-family: 'copse','Helvetica Neue',Helvetica,Arial,sans-serif;
    }
    
    

    Best regards,
    Yigit

    #995480

    Hi Yigit,
    thanks for your answer!

    i already have this setting on no transparency.
    https://www.dropbox.com/s/whokccfeolkigju/keinetransparenz.png?dl=0
    i think the problem ist this standard setting:
    https://www.dropbox.com/s/qmj67eoz4q0k47c/header.png?dl=0
    i like this standard style – but just without the transparency….

    thanks!

    #995530

    Hi Alohanna,

    Do you have those fontello icons uploaded to your website?

    Best regards,
    Victoria

    #995534

    oh sorry – the header ist transparent in scrolled mode
    https://www.dropbox.com/s/mroyvxcmnhpcwge/transparentinscrolledmode.png?dl=0

    an thanks für the input. i have not uploaded the icons at the moment – i will do that!

    #995537

    i checked it – the entypo-fontello-font ist already uploaded
    https://www.dropbox.com/s/naivyt99hs4wyx2/entypo.png?dl=0
    hm – or do i have to upload it somewhere else?

    #995563

    Hi Alohanna,

    Are those icons from the default set?

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_header_sticky #header {
        background: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #995586

    Thanks for the code!

    Yes the Icons are from the Default set.
    The Number: ue875 is the Charcode which is shown, when i hoover with the mouse over ist…
    Maybe it is not the right code i need for the css…

    #996448

    Hi Alohanna,

    The css looks correct, not sure why browsers are not interpreting it.

    There is another way to use icons, not sure this will work for you though:

    Best regards,
    Victoria

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