Forum Replies Created
-
AuthorPosts
-
Hi,
We’re glad that Rikard was able to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
SarahHi,
Setting a minimum height for your color section should do it. :)
Best regards,
SarahHi,
May we have temporary admin access into your website so we can take a look?
Best regards,
SarahHi,
Thanks for your input, @tjswarbs78!
Paul, let us know if you still need help.
Best regards,
SarahHey Charlotte,
Please try this in Quick CSS:
blockquote { border-left-width: 2px !important;} blockquote p {font-size: initial}
and just adjust the values.
Best regards,
SarahYou’re welcome! We’re glad to help.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
SarahHi!
Yigit already answered the font size question. Did you need it to be something other than 20px?
Your code would now be this, based on what Yigit already gave you:#socket .social_bookmarks li a { color: white; font-size: 15px !important; }
And then for hover colors, you can use this code:
#top .social_bookmarks li:hover a { color: black !important; background-color:white !important; }
Best regards,
SarahYou’re welcome! We’re glad to help.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
SarahP.S. Please take a moment to review our theme if you haven’t already. https://themeforest.net/downloads Thank you!
Hey Marine,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks {width:auto !important;} .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {text-align:right !important;} }
Best regards,
SarahHi,
Can you try using the !important rule?
h1{ font-size: 30px !important; }
Best regards,
SarahHey cg808,
I see that you were able to put custom classes for the elements. Good job! :) You can now customize them, for example, hide the featured image for slider-01:
.slider-01 .slide-image {display:none !important;}
If your CSS is not working, you can try using the !important rule.
Please let us know if you need further help.
Best regards,
SarahHi Farzan,
I checked your website, but it seems to me like your footer widths are the same for all pages. Can you possibly send us a screenshot that illlustrates how you would like the footer to look like?
For the background, please try this in Quick CSS:
.av-section-color-overlay { background-repeat: no-repeat;background-size: auto 100%; }
Best regards,
SarahHey DickZirkzee,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#main #after_full_slider_1 .content { padding-top: 10px; }
This will move all your content up. If you would like to have space between that line and the buttons, please add a separator element.
Best regards,
SarahHey frednz888,
Sorry, I’m not sure what you mean. If you’re using the Blog Posts Element, you can set it to display only one post.
If you’re trying to use another element, please help us understand. Thank you!
Best regards,
SarahHello,
You can try the solution here: https://kriesi.at/support/topic/simple-way-to-change-german-translation-for-breadcrumbs/#post-757830 then use Spanish instead of German.
Best regards,
SarahHey MabelB28,
To remove the date from the ajax search, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.ajax_search_excerpt{ display: none; }
To remove the sidebar from your search results page, you can try this: https://kriesi.at/support/topic/how-to-remove-sidebar-on-search-result-page/
Or this: https://kriesi.at/support/topic/function-to-remove-sidebar-on-search-results/Best regards,
SarahHi!
You can use the shortcode
[nolink]
to the custom copyright field in the footer theme options.For complete information, please see: http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Best regards,
SarahHey billysbuddies,
Hi Alex! Tab Sections take the height of the tallest/longest section. So to remove that white space, you have to make the content have equal length.
I hope that helps!
Best regards,
SarahMay 17, 2017 at 2:57 am in reply to: Make submenu items appera horizontally instead of vertical #794573Hi,
Oh, I’m sorry, I meant that Vehicles can be a Mega Menu, like the in our demo here: http://kriesi.at/themes/enfold-2017/ You can check the menu items Pages, Portfolio, Shop, or Elements.
Best regards,
SarahHi,
I’m afraid we can’t give you accurate suggestions without seeing your website. May we have a link, please?
Best regards,
SarahMay 16, 2017 at 5:15 pm in reply to: Overlap background image of one color section over another color section #794130Hey David,
Have you considered adding another color section in between that two, and this one has the transition or overlap as the background?
Or perhaps have just one color section, then add a separator between the two batches of content.
I hope that was clear. If you need further help, a link to your website, or a screenshot will be helpful.
Best regards,
SarahHey dalen550,
Can you also provide us with temporary admin access so we can take a look?
Best regards,
SarahHey hackintosh1984,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width:1510px !important; max-width:95% !important; }
Please adjust the values to suit your preferences. (Actually, you can set the width in General Layout > Dimensions.)
Please let us know if you need more help!
Best regards,
SarahMay 16, 2017 at 4:31 pm in reply to: Crear submenu en un menu lateral izquierdo con efecto de desplegable #794077Hey analidia,
You can try the first tutorial here: https://www.w3schools.com/howto/howto_css_animate_buttons.asp
Let us know if you need more help. :)
Best regards,
SarahHi,
Do you need any other assistance with this topic, or can we close this thread? :)
Best regards,
SarahMay 16, 2017 at 4:19 pm in reply to: Make submenu items appera horizontally instead of vertical #794062Hi,
You can try making “Vehicles” a Mega Menu, and then “Cars” and “Vans” are columns. :)
For a demo on how to set it up, please see our documentation here: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/Best regards,
Sarah-
This reply was modified 7 years, 11 months ago by
Sarah.
Hey terrytomasini,
I think one thing you can do is set a min-width for it or the div around it.
Best regards,
SarahMay 16, 2017 at 4:00 pm in reply to: Add category as a CSS class to "Blog Posts" content element #794045Hi teme,
We’re glad that Basilis was able to help you. Do you need further assistance on this topic, or can we close this thread?
Thank you for using Enfold!
Sarah
Hi Theo!
Sorry, the image you attached to your first message didn’t seem to load for me.
Anyway, in Link Settings, did you first set it to Set Manually so that you can add a link?
Best regards,
SarahHey onedesignprint,
You can try setting a Slideshow Background Image for your Easy Slider. But for this to work, you still need a transparent png as the actual slide. If you want, you can just use a clear png like this one.
Best regards,
Sarah -
This reply was modified 7 years, 11 months ago by
-
AuthorPosts