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

    Dear Kriesi team,

    1. how can make appear my logo in the header on the mobile version? (my logo is white, I presume I need to change header color – but how?) – asKJOzLVjiK5
    2. How can I change the title size on mobile? It appears just huge on mobile? – asKJOzLVjiK5

    Thank you very much in advance,

    #439555

    Hi Soapmarine!

    I think there’s a typo in the URL you provided since I’m getting an error message when trying to access the site: This webpage is not available ERR_NAME_NOT_RESOLVED. Could you check please?

    Best regards,
    Rikard

    #439558
    This reply has been marked as private.
    #439745

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background-color: transparent;
      position: absolute!important;
    }
    #top #wrap_all .alternate_color h2 {
      font-size: 40px;
    }}

    Regards,
    Yigit

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