Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the links! This makes things clearer. :)
Please use this code instead:
.header_color .main_menu ul:first-child > li > a { font-size: 12px; text-transform: uppercase; } #top #wrap_all #footer .flex_column a{ font-size: 14px; text-transform: uppercase; }
You can change the font size according to your preference.
Best regards,
SarahHey unlimited1,
Try this instead for your footer:
footer .menu a { color: white; font-weight: bold; text-transform: uppercase; }
For the main menu, you can try to use this documentation as basis: http://kriesi.at/documentation/enfold/change-the-main-menu-color/
This support thread might also be of interest to you.
If you need further help, please give us a link to the website in question so we can take a look.
Best regards,
SarahHi,
Sorry, I’m not sure if I understand your question. But I’ll try to answer it!
You can create a Masonry Gallery through Media Elements in your Builder. http://imgur.com/avV3ObZ
When you use this, you can turn on/off Lightbox linking so that visitors to your website will not be able to view the large version.
Best regards,
SarahHi,
I see that you put items 7-10 in another list.
You can put them back in the same list then use this code:
.avia-builder-el-1 ul li:nth-child(7), .avia-builder-el-1 ul li:nth-child(8), .avia-builder-el-1 ul li:nth-child(9), .avia-builder-el-1 ul li:nth-child(10) { list-style-position: inside !important; }
Or you can put it in another list and add a custom css class to it using the instructions here: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
SarahHi Laila,
I got past the demo login easily, but the WordPress login doesn’t work for me.
Anyway, now that we can see your website, I’ll suggest an edit to Mike’s solution.
Please try this code instead:
.main_color table, .main_color th, .main_color td { border: 5px solid black!important; }
Let us know if that works for you.
By the way, in case you want to send a screenshot, you can upload it in imgur, Dropbox, Google Drive, or something similar, and then paste the share link here.
Best regards,
SarahHi!
We’re glad that Jordan was able to help! Sometimes we do need to clear the browser cache and refresh the page a few times, or clear the WP cache, for changes to take effect.
Do you need additional help with this, or can we close this thread?
Cheers!
SarahHi Grega,
Thank you for the access. But we will need admin privileges so we can see your Enfold options.
Best regards,
SarahMay 11, 2017 at 5:28 am in reply to: Change Font Color & Style for Post Titles Specific to a Category #791461Hi guys!
Eric, do let us know how things work out for you. If you need further help, please post a link to the site in question so we can take a closer look.
@artisforever, thank you for the screenshot. Have you tried adding the
!important
rule?.page-id-441 h2.post-title.entry-title { color: #5c5c5c !important; }
Also, I think it’s best if we can take a look at the actual page in question. You can create a new thread so that you can put information in the Private Content section. If you put that info in this thread, Eric will also see it. ;)
Best regards,
SarahHi Ayumi,
Thank you for that information.
To change the size of icons in a button, please add this code:
.avia-button [data-av_icon]:before { font-size: 30px!important; }
But if you want to change the icon size of only that button, please use this code:
.avia-builder-el-103 [data-av_icon]:before { font-size: 30px!important; }
The
.avia-builder-el-103
makes it specific to that button.As a side note, if you want only Icon Box icons to be 50px, please replace this in your code:
[data-av_icon]:before { font-size: 50px!important; }
and use this instead:
.iconbox [data-av_icon]:before { font-size: 50px!important; }
I hope that is clear and helpful. Please let us know if you need additional help.
Best regards,
SarahYou’re welcome!
We’ll close this thread now. 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.
And 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
Great! We’re happy to help.
Let us know here in the forums if you need help with anything else.
Thank you for using Enfold!
SarahHi oiser,
Please use this code instead:
#top #wrap_all .av-social-link-Google\+:hover a{ color:#fff; background-color:#9fae37; }
For your reference, the plus sign has a special function in CSS. So we have to tell the browser that the plus sign is part of the class name, and we do it by using a backslash. https://mothereff.in/css-escapes#0frme_150+1
Best regards,
SarahHey Rio1,
When on mobile, it behaves as a menu item. It will not use the button style that you have right now.
Since your mobile menu activates for screens at 990px width, let’s hide that menu item for screens smaller than that. Please use this in Quick CSS:@media only screen and (max-device-width: 989px) { #menu-item-1036 { display: none !important; } }
Please let us know if you need further help.
Best regards,
SarahHi,
You’re currently using the Masonry Element, not the Masonry Gallery Element.
The Masonry element is meant to be linked to blog posts or portfolio entries. This is the way you have it set up now. For more information, please see our demo here: http://kriesi.at/themes/enfold-2017/elements/masonry/
The Masonry Gallery element is meant for photos. For information, please see our demo here: http://kriesi.at/themes/enfold-2017/elements/masonry-gallery/
I looked at the contents of the Agentur page, and I think it would be better if you use the Masonry Gallery element, unless you plan to put other content in your portfolio entries.
I hope that was clear and helpful. Please let us know if you need further help.
Best regards,
SarahThis is strange.
Can we have the link to the page you’re working on, as well as admin access, please? This should be available to you.
Best regards,
SarahHi Danat
I see that all your Megamenu links are Columns instead of Custom Links. Are you sure this is how you would like it to be?
If you would like for the megamenu to look like the one in our demo please see our tutorial here: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/To style your mega menu the way it’s structured right now, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia_mega_div .sub-menu a { color: #b5b5b5 !important; font-size: 12px !important; padding: 5px 10px; }
And change the values to fit your preferences.
Best regards,
SarahHey seykom,
If you’re using the Masonry Gallery element, try setting Image Link to “Lightbox linking deactivated”.
Best regards,
SarahHi,
We’re glad that Yigit was able to help you.
We’ll close this thread now, but 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.
Thank you for using Enfold!
Sarah
Hi,
We’re glad that Yigit 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!
Sarah
Hey PAidoo,
Here are some steps to try:
- Clear your browser cache and do a hard refresh
- Clear your WP cache, if you have a plugin installed
- Try the
!important
rule. - Check if any of your plugins are interfering.
If you need further help, please give us a link to the page in question so we can take a look.
Best regards,
SarahHi! We’re glad the Victoria was able to help you.
Is there anything else we can do for you regarding this topic, or can we close this thread? :)
Best regards,
SarahHi! We’re glad that Yigit was able to help you. We’ll keep this thread open in case you need additional help.
Thank you for using Enfold!
Sarah
May 10, 2017 at 10:06 am in reply to: How to change the width of a single dropdown menu item? #790960You’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.
Sarah
May 10, 2017 at 9:56 am in reply to: How to change the width of a single dropdown menu item? #790952Hey lewy9,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-main-nav .wpml-ls-menu-item ul {width: 100px;}
Best regards,
SarahYou’re welcome.
Do you need additional help on this topic, or can we close this thread? :)
Best regards,
SarahHi,
We’re glad to help.
We’ll close the thread now. For any other questions or issues, feel free to post them here on the forum.
Cheers!
SarahHey envisageiam,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.current-menu-parent, .current-menu-ancestor, .current-menu-item > a { background-color: red !important; color: white !important; }
Please adjust the values to your preference.
If that doesn’t work, can we have a link to the site in question please?
Best regards,
SarahMay 10, 2017 at 9:11 am in reply to: Page titles and breadcrumbs blocked by menu or slider section #790926Hi Dave,
I’m glad I was able to help. I’ll keep this thread open, just in case you need our help as you fix the styles. :)
Good luck!
SarahWe’re always glad to help.
Let us know here in the forums if you need further assistance.Cheers!
SarahWe’re glad that you were able to figure it out.
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.
Cheers!
Sarah -
AuthorPosts