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

    Hello, just a few questions to finish this site off.

    1. The solid purple header with the logo and navigation is overlapping the slider a little bit and I need this not happen.

    2. The “socket” above the header where the phone number and social icons are..I need those to be center with each other, the social icons are up way higher.

    3. Also when you are looking at a specific blog post I have it so you can share the blog through email or Facebook, can I make the icons bigger but not the buttons?

    4. Thinner navigation font, it’s to bold.

    Thank you in advance!

    #465257

    Hi!

    1, 2, 3. Add this to Quick CSS:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 200px;
    }
    #header_meta .social_bookmarks {
        top: 7px;
        position: relative;
    }
    .av-share-link a:before{
        font-size: 24px;
    }

    4. You can change the font family of menu items in Enfold > Advanced Styling.

    Cheers!
    Josue

    #465941

    Thank you for your response. Another questions,

    How can I make the main header transparent? Also, I need to make the testimonial copy smaller than the testimonial author name. Please take a look at attached screenshot.
    http://s8.postimg.org/q0un5g7cl/Screen_Shot_2015_06_29_at_8_16_52_AM.png
    http://s8.postimg.org/q0un5g7cl/Screen_Shot_2015_06_29_at_8_16_52_AM.png

    #466182

    Hey!

    1. You can set the header appearance in the Layout box at the right of each Page edit screen.

    2. Use the following codes to adjust the content and author:

    /* Content */
    #top .avia-testimonial-content * {
        font-size: 11px;
    }
    /* Author */
    #top .avia-testimonial-meta * {
        font-size: 16;
    }

    Best regards,
    Josue

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