Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #895331

    Hi there,
    I’ve hit a few problems with the site I’m putting together using your enfold theme.

    I’d like to:

    1. Change the color of the little bars icon that appear instead of the navigation on smaller screen. Can it be black? How would I do that please?
    2. Change the trolley icon to white
    3. Reduce line height in footer text so the menu links are not so spaced out
    4. Reduce space between Title font and Excerpt font on the Home page slider text

    Can you help please?

    #895429

    Hey larineka,

    Please provide admin info so we can login and address these issues via css further.

    Best regards,
    Jordan Shannon

    #895649

    Here you go :-)

    Thank you!

    #896522

    Can someone get back to me please?

    #897287

    Hi,

    We are very sorry for the late response. In the future, please create separate threads or posts for each inquiry.

    1.) Please use the following css code to change the color of the mobile menu icon.

    @media only screen and (max-width: 767px) {
        .header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after {
            background-color: #000000;
        }
    }

    2.) Use this for the cart icon.

    .header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link, #top .header_color p.order-info mark {
        color: #FFFFFF;
    }

    3.) Add this css code to adjust the height of the footer menu.

    #top .widget_nav_menu li {
        line-height: 1.2em;
    }

    4.) And the following css code to remove the space between the title and excerpt.

    .aviaccordion-excerpt p {
        line-height: 1em;
        margin: 0;
    }

    Adjust or extend the css code as needed.

    Best regards,
    Ismael

    #898014

    Great thanks!

    #898097

    Hi,

    Did you need additional help, or shall we close this thread?

    Best regards,
    Jordan Shannon

    #898151

    Please close. You’re fab! Thanks

    #898186

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘couple of questions’ is closed to new replies.