Forum Replies Created
-
AuthorPosts
-
Hey yourcloudworks,
Thank you for using Enfold!
Can you give us a link to the website you’re working on so we can give you an accurate answer? It’s best if we can take all your code in consideration.
Best regards,
SarahHi,
We’re glad that the problem is fixed now. :D If you have any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
By the way, we’d 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!
Sarah
No problem, Charlotte! We’re glad to help.
Let us know here in the forums if you need help with anything else!
Best regards,
SarahHi,
Do you have any caching plugins in your WordPress or with your server? If so, please clear them first so we can see the changes.
Best regards,
SarahHi,
Hm… With the left sidebar main menu, you should be able to see the descriptions. May we have admin access into your site so we can take a look?
Best regards,
SarahHi,
Oh, that’s where you wanted it? I’m so sorry, it seems I misunderstood. I thought you wanted them in the widget for recent posts.
Okay, to put a dotted line between the widgets, I put this code in your Quick CSS instead:
.sidebar .widget { border-bottom: 1px dotted gray; } .sidebar .widget:last-child { border-bottom: none; }
Please replace
gray
with your preferred color.Best regards,
SarahYes, it’s WordPress’ way of keeping the code clean. You can force it by pressing Shift + Enter to create line breaks instead of using the Enter key to create a paragraph. Remember to add multiple spaces in between!
or, you can to the text editor and put this:
<br /><br /> <br /><br /> <br /><br /> <br /><br /> <br /><br /> <br />
This answer in the WP forums will be helpful to you (even if it looks old!): https://en.forums.wordpress.com/topic/multiple-line-breaks#post-7789
Best regards,
SarahHi,
I added the code into your Quick CSS, and it works okay now! :) Please check it and see if that’s how thin you’d like it to be. You can adjust the border-bottom-width value if you’d like.
Best regards,
SarahHi,
We’re glad that Mike was able to help! Let us know here in the forums if you have any other questions or issues.
Cheers!
SarahHi,
Unfortunately, those login details don’t work for me. Can you check it?
I’ve also checked your style.css, but I don’t see the code I gave you. Please make sure you clear your WordPress cache (if you have any caching plugins) or the cache that your server might be generating.
Thank you!
Sarah
Hi,
You can put it in a Code Block or in Quick CSS. You can also use these threads as basis for your code:
https://kriesi.at/support/topic/transparent-background-color-for-main-section-on-home-page-only/
https://kriesi.at/support/topic/transparency-opacity-of-background-header-main-footer/If you need further help, please give us the URL of the page you’re working on.
Best regards,
SarahHi,
Have you tried clearing your browser and WP cache and refreshing the page a few times?
If that doesn’t work, may we have admin access into your Dashboard so we can take a closer look, please?
Best regards,
SarahHi there!
Can you try the solution here: https://kriesi.at/support/topic/display-menu-description-text-in-main-nav-menu/
Let us know if you need further help.
Best regards,
SarahHey Sadegh,
You can try using the attribute
background: transparent
in your CSS, or use one of the solutions here.Best regards,
SarahHi,
We’re glad that things have been sorted out! For any other questions or issues, feel free to post them here on the forum and we will gladly try 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/
Thank you for using Enfold!
SarahHi Charlotte,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.widget_recent_entries#recent-posts-2 ul li { border-bottom-style: dotted !important; border-top: none !important; border-width: 1px !important;}
Best regards,
Sarah-
This reply was modified 7 years, 11 months ago by
Sarah. Reason: added border-top specification
Hey dannablumenau,
Have you tried the solution in this thread?
You can add that to a menu item by filling it out in the Link Relationship (XFN) box. If you don’t see it, click Screen Options in the top right hand corner and select to show it.
Let us know if you need more help!
Best regards,
SarahHi @masonstudios1,
You can try something like this code in Quick CSS:
.phone-info a { color: red; } .phone-info a:hover { color: green; }
Best regards,
SarahGreat! I’ll close this thread now, but feel free to open a new thread if you need help with anything else.
Thank you for using Enfold!
SarahGreat! Let us know here in the forums if you need help with anything else.
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/
Thank you for using Enfold!
SarahMay 22, 2017 at 5:49 pm in reply to: Set Mobile Menu to browser width below 1024 instead of 990 #797822Hey Beth,
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: 1023px) { .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate{display:none;} .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide{display:block;} .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:50px;} .responsive.html_mobile_menu_tablet #menu-item-shop {border-right: none !important;} }
Please let us know if you need additional help.
Best regards,
SarahHi,
Please try adding this code as well:
#after_section_1.container_wrap {border-top: none !important;}
Best regards,
SarahDone! :)
Best regards,
SarahYou’re very welcome! Let us know here in the forums if you need help with anything else.
Cheers!
SarahHi! So sorry about that. I’ve updated my previous reply to have the correct instructions.
I’ve also applied the changes, and if you check now, your tabs should appear nicely. Please do let us know if you encounter other problems.
Best regards,
SarahThank you for sharing, Carmen!
Is there anything else we can help you with in this topic?
Cheers!
SarahHey annaeli88,
First of all, thank you for using Enfold! :)
Can you tell us more about what you’re trying to do? Where are you trying to start a new line? Are you trying to create two empty lines, perhaps? Because if you are, WordPress immediately changes that to one line. It’s not just on Enfold.
Please tell us more so we can try to help you.
Best regards,
SarahHey Flavio1963,
Yes, you can. :) Please put something like this in CSS:
.widget#widget_tribe_widget_builder_505-5 { CODE HERE }
If you need further help, please let us know which elements you’re trying to change, and into what color.
Best regards,
SarahHi! Can you try the !important rule?
.iconbox-amarillo { background:#e9c546 !important; }
Best regards,
SarahHi,
We’re glad that you were able to sort it out! Do you need assistance with anything else in this topic, or can we close this thread?
Best regards,
Sarah -
This reply was modified 7 years, 11 months ago by
-
AuthorPosts