Forum Replies Created
-
AuthorPosts
-
Hi! We’re glad that Jordan was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahWe’re glad to help! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahYou’re welcome! Let us know here in the forums if you need help with anything else.
Best regards,
SarahSeptember 1, 2017 at 6:06 am in reply to: Mobile View – Button text centered instead of left align #846606Hi! We’re glad that Yigit was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahHi,
You can use this to change the background of the whole mobile dropdown:
.html_av-overlay-side #top .av-burger-overlay-scroll {bbackground:white!important;}
It might be better if you only add a background to the links instead:
.html_av-overlay-side #top .av-burger-overlay-scroll a {bbackground:white!important;}
As for the link IDs, you can use this selector:
#av-burger-menu-ul > li
Best regards,
SarahHi!
No problem! In that case, you can add this to Quick CSS:
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {color: #005eaa!important;}
If you would like the active menu item to stay gray instead of turn blue, please replace
#005eaa
with#808080
Best regards,
SarahHi!
Thanks for the info. Then your code should be:
#top #wrap_all .av-social-link-dasauge_ic_grau:hover a{ background: url(https://ICON-HOVER_URL) no-repeat center center; background-size: contain; }
Please make sure to replace
http://ICON-HOVER_URL
with the image that you wish to use.Let us know if you need further help!
Best regards,
SarahAugust 31, 2017 at 5:28 pm in reply to: Responsive navigation / burger menu broken since 4.1 (till 4.1.2) #846410Hey annajou,
In Enfold > Header, please set “Separator between menu items” to “small separator”. Please also set “Header Style” to “Minimal”.
If you need more help, please provide a link to your website showing the elements in question so that we can inspect them.
Best regards,
SarahAugust 31, 2017 at 5:12 pm in reply to: Need to change the color column 1 of the pricing table #846404Hi Trent,
Please you try this code instead:
.main_color .pricing-table-wrap:first-child .pricing-table li.avia-heading-row, .main_color .pricing-table-wrap:first-child .pricing-table li.avia-heading-row .pricing-extra .main_color .pricing-table-wrap:first-child .pricing-table li.avia-pricing-row {background-color:#578adb !important;}
This should change the background colors of the header and pricing rows of the first column to #578adb, the color of your button.
If that doesn’t work either, we may need temporary admin access into your website so that we can take a closer look.
Best regards,
SarahAugust 31, 2017 at 4:59 pm in reply to: How to make transparent header visible from page load #846397We’re glad that you were able to resolve this. We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahAugust 31, 2017 at 4:58 pm in reply to: Problem with the new Tab section and Gallery Masonry pages #846395Great! Thank you for checking in with us. :)
We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahHello Andy,
It is strange, your website does not load for me. I will still try to help you!
Am I correct in understanding that you would like to have a different color for the menu item of the current page?
If so, you can try this code in Quick CSS:
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: gray; } /* color of active menu item */
You can replace
gray
with the color of your choice. You can see more code about changing menu color here: http://kriesi.at/documentation/enfold/change-the-main-menu-color/Best regards,
SarahHi! We’re glad that Rikard was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahHi there!
Have you tried the instructions in our documentation here: http://kriesi.at/documentation/enfold/change-the-main-menu-color/
Best regards,
SarahHi!
Can you please try this instead:
/* display .container or masonry at 60% of viewport height*/ .main_color.container_wrap > div {min-height:60vh!important;}
Best regards,
SarahHi!
Please check out our documentation here: http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/
Our documentation includes CSS to remove the logo. Since you would only like to do this for mobile, please use this CSS with a media query instead:
@media only screen and (max-width: 720px) { .logo > a > img { display: none !important; } }
For more information on media queries, please see: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
If you need more help, please let us know.
Best regards,
SarahWe’re glad that you found a solution. Please let us know here in the forums if you need further assistance.
Best regards,
SarahHey Tobiy!
Just to clarify: you cannot use that CSS code as is. Did you replace the
ICONNAME
andICON-HOVER_URL
with the values that match your settings?Best regards,
SarahWe’ll keep this thread open for you. Please let us know if you need further help.
Best regards,
SarahHi!
Hmm… The original
id="test-popup"
andhref="#test-popup"
should have worked. But please remember that you cannot have two elements having the same ID. Did you perhaps have two elements with the IDtest-popup
?Best regards,
SarahAugust 30, 2017 at 5:00 am in reply to: How can I hide or deactivate the scroll back button? #845562We’re glad to help! Let us know here in the forums if you need further help.
Cheers!
Best regards,
SarahHi! We’re glad that the team was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahHi!
If you would like to change the color of the hotspots using wp-admin, please try adding this code to the Quick CSS section under Enfold > General Styling:
.av-hotspot-container .av-image-hotspot_inner { background: black !important; color: gray !important; }
Please replace
black
andgray
with your preferred colors.Is this what you needed to do? Please let us know so that we can properly assist you.
Best regards,
SarahThank you. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHi! We’re glad that Victoria was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHi! We’re glad that the team was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahHi,
We’re glad you were able to find the problem plugin. Let us know here in the forums if you need help with anything else.
Best regards,
SarahHi! We’re glad that Ismael was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahHi,
Your wp-content/themes folder is what contains your enfold theme. It should be inside an
htdocs
folder in your web host or computer.Best regards,
Sarah -
AuthorPosts