Forum Replies Created
-
AuthorPosts
-
January 14, 2024 at 5:09 pm in reply to: Page elements changes don’t take effect. Need to set everything with quick CSS #1430067
Hey Qgrafica_7,
Please try disabling you 10Web Booster plugin, I believe that it is caching and it doesn’t have an option to clear the cache. Also if your server is caching you will also need to clear this, I recommend disabling your server cache until you are done with the site. Also try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files to clear this cache.
Once you are done building your site you can enable your 10Web Booster plugin so you won’t have to ffight with the cache.
The only reason you need to add the !important; in your css is because your css doesn’t have enough specifically, most of your css is a single class, and most of the theme css is multiple classes often with a ID included.
I found some css in your Quick CSS to add a background image, but the class you have used is a temporary class that will change when the page is updated:

Best regards,
MikeHey Rocuant,
First enable the css classes in the menu items by selecting this option in the menu screen options:

Then add a custom class like “red” to the menu item:

Then add CSS for the menu background color in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field like this:.red { background-color: red; }If you want the text color to also be different, like white, add this:
.red .avia-menu-text { color: white; }This is the expected results:

Then do this for each item.Best regards,
MikeHi,
Try this css instead where the line height matches the font size:@media only screen and (max-width: 767px) { .avia-table a { font-size: 16px; } .avia-table li { line-height: 16px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .avia-table a { font-size: 12px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Try finding this css that you added:.responsive #top #header #header_main .inner-container .logo { order: 2; flex-basis: 30%; min-width: 100px; max-width: 180px; z-index: 9; }and change the max-width to suit, such as 250px like this:
.responsive #top #header #header_main .inner-container .logo { order: 2; flex-basis: 30%; min-width: 100px; max-width: 250px; z-index: 9; }but note that the larger the logo is the more it will push down the menu, please see the screenshot in the Private Content area that displays the flex grid for the header to help explain.
Best regards,
MikeHi,
I believe that you are asking how to center the man holding umbrella image that is in your grid row:

in your grid row background image you would choose the background image position of Top Center:

so the image will be centered left & right and the top of the image will show:

or you can choose Center Center if you don’t care if the top of the umbrella shows.Best regards,
MikeJanuary 14, 2024 at 1:50 pm in reply to: Cancel clicking on the links that appear on the page #1430043Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey tammiviestinta,
Please include the url to the page in question so we can examine the widget.Best regards,
MikeHey schweg33,
Thank you for the link to your site, but it looks like we won’t be able to see your elements without a login.
What font size do you want to use for mobile?Best regards,
MikeJanuary 14, 2024 at 1:30 pm in reply to: Cancel clicking on the links that appear on the page #1430039Hey Yossi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.page-id-1941 .av-masonry-entry { pointer-events: none; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHey Angelo,
Try adding this solution to create social icons shortcode that you can add to a widget in your sidebar.Best regards,
MikeHey ballindigital,
To edit the menu item Description, first enable them in the drop down at the top of your menu screen “Screen Options” and checking the Description box, which will show the Description text area below your menu items.


I have enabled this for the login you posted, if you are using a different login you will need to enable this.
To make the menu burger white try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after { background-color: #fff !important; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJanuary 14, 2024 at 12:35 pm in reply to: How can i stretch a image in column to screen edge #1430034Hi,
The space that you see is due to the layout of the page, you have a max-width of 1460px, columns are not full width elements.
Try using the gridrow element with two 50% cells, it is a full width element.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJanuary 14, 2024 at 12:30 pm in reply to: How to get the sticky circle, that apperars in scrolling down for going to top? #1430032Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey ausgesonnen,
It is the background color of the element, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-video-slide .avia-slide-wrap, #top .av-video-slide iframe { background: #fff; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey avalina,
Thanks for the link to your site, I’m not having any issues, please see the screenshots in the Private Content area.
Please ensure that you are accepting the site cookies before adding items to your cart, if you don’t see the cookie message popup your browser may be blocking it.Best regards,
MikeHi,
Thanks Guenni007, FDeBiase please try these steps, if you still hae trouble please change the login you posted to full admin so we can help. The login you posted doesn’t allow us to see the theme settings.Best regards,
MikeHey aboderc,
Thanks for the link to your page, I see that you have a square with a code block that seems to have woo product shortcode, but the problem is that the code block has a shortcode for a three column product

so the css for this gives it a width of 18%, this is why the product is to the top left, not because of the code block.
Try this css:#top.home .products.columns-3 .product { width: 100%; margin: auto; }
Your other two products have a two column woo code so they are to the left because their width is only 49.5%

for them try this css:#top.home .shop_columns_2 .products .product { width: 100%; margin: auto; }Best regards,
MikeJanuary 13, 2024 at 8:20 pm in reply to: How to get the sticky circle, that apperars in scrolling down for going to top? #1430007Hi,
I see a square with a arrow for going to the top in the Parallax Demo :

to enable this for mobile try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px){ .responsive #top #scroll-top-link { display: block; } }Best regards,
MikeHi,
Try adding this css:@media only screen and (max-width: 690px) and (orientation: landscape){ .responsive #top #wrap_all #main { padding-top: 182px !important; } }ensure that you clear your phone cache before testing, if this doesn’t help please include your phone screen resolution for portrait and landscape.
Best regards,
MikeJanuary 13, 2024 at 7:40 pm in reply to: How can i stretch a image in column to screen edge #1430004Hey patrick_gilles,
Please link to your page so we can examine, do you want the image next to the text on the right with no space?Best regards,
MikeJanuary 13, 2024 at 6:35 pm in reply to: How can I make the header’s top bar taller and increase the font size? #1430002Hi,
The css classes .site-header & .top-bar are not typical for Enfold, I would recommend this css:#header_meta .container { min-height: 60px; } #header_meta .container * { font-size: 16px; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
If this doesn’t help please include the url to the page in question so we can take a closer look.Best regards,
Mike -
AuthorPosts







