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

    Hi,
    1. where can I hide the subtitle under the menus (Willkommen, Galerie and Kontakt, eg Get in touch!)? – I want to remove “Get in touch”
    2. Where can I increase the size of the instagram icon?
    3. And this also does not work: I changed the theme color in the background with individual color adaptions in pink – but it ist still green! What’s wrong?
    4. I d like to place the logo in the mobilie view in the middle of the site. Ist this possible (instead of the position on the left)

    Thanx a lot

    http://www.papergena.de

    • This topic was modified 6 years, 1 month ago by Papergena.
    #1021352

    Hey Papergena,

    Please check the documentation https://kriesi.at/documentation/enfold/menu/

    1. Main menu > Main menu sub-text
    2. Please set the icon size and copy the shortcode to the menu label https://kriesi.at/documentation/enfold/menu/#add-icons-to-menu-item
    3. Please elaborate with a link to the page which element color are you trying to change?
    4. To center the logo in mobile please add the below CSS

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    display: inline-block;
    vertical-align: middle;
    }
    
    .responsive .logo {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    }
    }

    After you add the code to view changes please clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1022122

    Hi,first of all, thanks a very lot for your freindly reply!!!
    1. Worked – thnx!!:)
    2. I didn’t got it – the instagram icon doeas already exist, so I think I don’t have to integrate a new short code btw I didn’t find the short code in the layout editor for icons:( It doesn’t look like in the documentary. I just want to increase the existing icon for instagram. Sry so much, for the circumstances – I am wordpress beginner.
    3. The changes are visible now – don’t know why it took time, but all right know:)
    4. It worked – thnx a lot! But – the logo is still not in the center, it ist a litle bit more on left. How vcan I get the position exactly into the center?
    Thnx a lot in advance!!!!

    #1024256

    Hi,

    Glad it worked!

    To increase the social icon size int he header please add the below code to Enfold theme options > General Styling > Quick CSS section

    #header .social_bookmarks li a:before {
    	font-size: 30px;
    }

    Best regards,
    Vinay

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