-
AuthorPosts
-
January 9, 2018 at 7:10 pm #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 textCan you help please?
January 10, 2018 at 12:25 am #895429Hey larineka,
Please provide admin info so we can login and address these issues via css further.
Best regards,
Jordan ShannonJanuary 10, 2018 at 1:11 pm #895649Here you go :-)
Thank you!
January 12, 2018 at 11:21 am #896522Can someone get back to me please?
January 15, 2018 at 2:05 am #897287Hi,
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,
IsmaelJanuary 16, 2018 at 1:27 pm #898014Great thanks!
January 16, 2018 at 6:28 pm #898097Hi,
Did you need additional help, or shall we close this thread?
Best regards,
Jordan ShannonJanuary 16, 2018 at 8:24 pm #898151Please close. You’re fab! Thanks
January 16, 2018 at 11:18 pm #898186Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘couple of questions’ is closed to new replies.