Forum Replies Created
-
AuthorPosts
-
Hi ExagOne,
Thank you for using Enfold!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#menu-item-1558 .avia-menu-fx {display:none!important;}
Best regards,
SarahHey Iain,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
div.phone-info { width: 100%; text-align: center; }
Best regards,
SarahHey James,
Please see our documentation here: https://kriesi.at/support/topic/creating-anchors-on-page-to-link-to-from-within-page/
You can also add a Code Block element to your page above “testimonials” or whatever content you’re pointing to, and insert following
<div id="testimonials"></div>
Then set your button element to link to #testimonials.
Best regards,
SarahHey agameseo,
Can you try if the solutions presented here: https://kriesi.at/support/topic/insert-your-own-icons-in-icon-box/
Best regards,
SarahYou’re welcome! Have a great weekend.
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!
SarahWe’re happy to help! Let us know here in the forums if you need assistance with anything else.
Cheers!
SarahMay 5, 2017 at 5:07 pm in reply to: Fullwith header text & buttons not responsive on mobile phone. #788522Hi Leonsz,
We’re always 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!
SarahYou’re welcome!
Do you need any other help with this, or can we close this thread? :)
Best regards,
SarahHey Marnie,
You can set the header height in Enfold > Header > Header Layout. Under Header Size, choose “custom pixel value”. Another field will be enabled, Header Custom Height. Enter the height you want, and you should be all set. :)
Let us know if you need further help.
Best regards,
SarahHi Haiko,
Yes, you can do that.
Please note that
.avia-builder-el-4
narrows down the usage of the style. If you want to apply that style to other elements, you have to check the class that they have.Sarah
Hi Haiko,
Thank you for the access. We’ll really have to use with CSS to override the automatic paddings. We can do this within the visual interface so that it only affects the page we’re working on. :)
If you check now, you’ll see that I’ve added a Code Block that contains this:
<style>#main .container_wrap_first:first-child .content { padding-top: 0; } .avia-builder-el-4 .content { padding-bottom: 0; } </style>
With this, you can control the paddings and not worry about the other pages. You can change the values of the padding to fit your preference.
Let us know if you need further help!
Best regards,
SarahNo worries, sometimes the simple solutions are the easiest to miss! Happens to the best of us.
We’re glad we could help. I’ll close this thread now, but if you need help with anything else, feel free to post them here on the forum and we will 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.
Cheers!
SarahHey Lauren,
To adjust the alignment, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.js_active .toggler { padding-left: 30px !important; }
As for the yellow plus sign, I don’t think I’ve encountered that one before. May we have temporary access into the dev site so we can take a closer look?
Best regards,
SarahHi Haiko,
For #1, can you try using this code instead:
#header_main { margin-top: 15px !important; }
For the other items, there are paddings built into the theme elements in order to give elegant spacing between them. We totally understand if you want them customized, and this can be done through Quick CSS. :)
We can still check if there’s something we can change through your Editor. May we have temporary access into your Dashboard so we can take a closer look at your page?
Best regards,
SarahHi!
The solution for you to try requires you to put the code in functions.php. You can access it through Appearance > Editor. Can you try it please?
If it doesn’t work, may we have temporary access into your Dashboard so we can take a closer look? Thank you.
Best regards,
SarahMay 5, 2017 at 12:18 pm in reply to: Change menu-icon when header is set to "Display as icon"? #788345Hi,
What icon would you like to use? May we also have the URL of the website you’re working on, please?
Best regards,
SarahMay 5, 2017 at 12:10 pm in reply to: Height of text block in color section (no parallax on mobile) #788341Hi!
To move the background specifically for iPads (portrait and landscape), you can use something like this code:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .page-id-804 #av_section_2 .avia-builder-el-12 { background-position: center -100px; } }
Please replace the second value in the background-position (
-100px
) to fit your preference. Putting 0px will align the top of the image to the top of the section. A negative value nudges the image higher. A positive value will make it lower.For more information about background-position attribute, please see this: https://www.w3schools.com/cssref/pr_background-position.asp
Best regards,
SarahHey Pas7o,
This happens because your menu items are long, and the content width cannot contain it anymore.
The solution is to set the mobile menu to activate at a higher resolution. Please see the instructions here: http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Please let us know if you need further help.
Best regards,
SarahHi,
Please use this CSS code instead:
.av-special-heading-tag { border-left: 2px solid #5dae00 !important; padding-left: 15px !important; margin-left: -15px !important; }
You may adjust the values or the padding and margin.
Best regards,
SarahHey myproduct,
You can try using a Color Section and set the Section Minimum Height to “At least 100% of Browser Window Height”. Then, you can add content elements inside it. Our Blank Pages demo, for example, uses a Color Section with 75% Browser Window height. http://kriesi.at/themes/enfold-2017/pages/blank-pages/
This works for both desktop and mobile.
You can see the other uses of Color Section: http://kriesi.at/themes/enfold-2017/elements/color-section/
I hope that helps!
Let us know if you need further assistance.
SarahHey Dom,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-builder-el-10 .slide-image { display:none !important; }
This only applies to the content slider in the page you gave. If you want to apply this to all content sliders in your website, please remove
.avia-builder-el-10
from the code above.Best regards,
SarahHey Luisgasser,
What you’re looking for may be the Color Section element. You can use a video background with it, as you can see in the last example in our demo here: http://kriesi.at/themes/enfold-2017/elements/color-section
Best regards,
SarahHey seykom,
Headings
The styling of headings can be set in Enfold > Advanced Styling. There, you can set the text color, background color, font family, font weight, and text-transform of each heading type. You can also choose to apply that style to specfici areas. You can have different styles for different areas.Then, when you use Special Headings, you choose which Heading Type (H1, H2, H3, etc.) and Heading Style you want to use.
If you would like further styling, please let us know what you would like to do so we can give you the appropriate CSS.
Accordion
To make the accordion headings have a bold font weight, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:.js_active .toggler { font-weight: bold; }
Best regards,
SarahYou’re welcome! We’re always glad to help.
Do you need any other assistance with this, or can we close this thread?
Cheers!
SarahHi DonHenrik,
That happened because all your rows are Heading Rows. Usually, only the first row is the Heading Row, and all the other rows are Default Rows. If you can change cells in rows 2-4 to to be Default Rows, then Rikard’s code will work.
But if you really want them to be Heading Rows, we can work with that, too. Please use this code instead:
.avia-table tr:first-child th { background-color:black !important; color:white !important; }
Best regards,
SarahHi,
Please try adding this into Quick CSS:
.header-scrolled .logo .subtext { font-size: 14px; top:5px; } .header-scrolled .logo i { font-size: 10px; } .header-scrolled .logo a { line-height: 15px; -webkit-transition: all .1s; transition: all .1s; } .header-scrolled .logo .subtext, .header-scrolled .logo i { -webkit-transition: all .2s; transition: all .2s; }
This is for after following the solution presented here, based on the documentation here.
Best regards,
Sarah- This reply was modified 7 years, 7 months ago by Sarah. Reason: added the transition attribute for smoother look
Hi Joyful_1,
We’re glad that Rikard was able to help you.
Thank you for using Enfold!
Sarah
Hi,
We’re glad that Nikko 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.
Thank you for using Enfold.
Sarah
Hi!
From John’s code, please try removing this line:
margin-left: 31%;
Best regards,
Sarah -
AuthorPosts