Forum Replies Created
-
AuthorPosts
-
Hi!
We’re glad that Yigit was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHey t2blue,
Did you mean the Messenger Navigation on the right? If so, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.widget_nav_menu a {font-size:1.1em;}
Best regards,
SarahHi!
I see you’ve added an ID to the Color Section. You can use that ID to target your h1 specifically.
#home.avia-section h1 {font-size:55px!important;}
Please adjust the font-size according to your preference.
Best regards,
SarahAugust 20, 2017 at 7:31 am in reply to: how to decrease title font size on ALL BLOG POSTS (THE ACTUAL BLOG POST PAGE) #841610Hi,
Ah, yes, the
!important
rule makes the magic.All right, we’ll close this topic now. Thank you for using Enfold!
Best regards,
SarahAugust 20, 2017 at 7:30 am in reply to: how do i DISABLE TITLE LINKS on the blog post pages themselves? #841607You’re very welcome, and thank you as well! :) Let us know if you have other questions.
Cheers,
SarahHey!
This is being caused by the height attribute in this code in your child theme’s CSS:
.avia-testimonial-wrapper{ height:250px!important; min-height:250px!important; padding:0 0 100px 0!important; }
You can restrict this to desktops and most landscape-oriented tablets only by using this instead:
@media only screen and (max-width: 1024px) { .avia-testimonial-wrapper{ height:250px!important; min-height:250px!important; padding:0 0 100px 0!important; } }
Please let us know if you have further questions.
Best regards,
SarahAugust 20, 2017 at 7:14 am in reply to: how do i DISABLE TITLE LINKS on the blog post pages themselves? #841602Hey Chris,
Please try this in Quick CSS:
.single h1.post-title.entry-title {pointer-events:none;}
Best regards,
SarahHi!
We’re glad that Victoria was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also 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.
Cheers!
SarahAugust 20, 2017 at 7:01 am in reply to: how to decrease title font size on ALL BLOG POSTS (THE ACTUAL BLOG POST PAGE) #841594Sure thing!
The line-height is currently set to 1.3em.
Please try this in Quick CSS:
.post-entry h1.post-title.entry-title {line-height:1.1em;}
You can put it right under the code for the font size since they work together. :)
Best regards,
SarahGreat! Let us know here in the forums if you have other questions.
Cheers!
SarahWill do! For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHey Sadegh,
This is being caused by this code in your child theme’s CSS:
@media only screen and (min-width: 768px) { #header .sub-menu a { font-size: 32px; color: black !important; } }
Please remove
font-size: 32px;
to prevent this from happening.Best regards,
SarahHi!
We’re glad that the team was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Cheers!
SarahHi!
1. When opening the hamburger menu on mobile, how do I change the background color and font color of the flyout menu?
Please try this in Quick CSS:
/* burger menu background color and font color */ .html_av-overlay-side #top .av-burger-overlay-scroll {background:#404a54!important;} .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {color:#ffffff;}
2. On mobile devices, the main full screen slider images on the home page get cut off at the bottom, how can I fix that?
This is happening because your image is smaller in height than the slider. You can set your Slideshow Image size to Large or Extra Large instead of the current setting of No Scaling.
You can also adjust the position of your image in the slider. Right now, both images are set to be positioned to the top left. When you edit your Fullscreen slider, click on a slide to edit to Edit Form Element. In the Slide tab, set the Image Position to Center center, or any of other options that you prefer.
3. On mobile devices, the distance between sections in the footer is large, for example the height difference between “Contact”, “Menu” and “Follow Us” is too far apart, how can I shrink the space between?
Please try this in Quick CSS:
@media only screen and (max-width: 1024px) { /* decrease footer margins for phones and tablets */ #footer .widget {margin:10px 0!important;} }
4. On this page (http://www.zoltan.homes/get_in_touch/), how do I change the “Get in touch” button to a different background, font and border color?div.wpforms-container-full#wpforms-506 .wpforms-form button[type=submit] { background:#EDAE44; color:#ffffff; border: 1px solid #000000; }
I noticed that your plugin allows buttons to have classes. If you use that class, you can use it in the code above instead of
.wpforms-form button[type=submit]
.Let us know if you need further help.
Best regards,
SarahHey akasumyan,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
SarahHi!
We’re glad that the team was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Cheers!
SarahHi!
We’re glad that Rikard was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Cheers!
SarahHi!
We’re glad that Jordan was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahAugust 20, 2017 at 5:33 am in reply to: how to decrease title font size on ALL BLOG POSTS (THE ACTUAL BLOG POST PAGE) #841543Hi!
It’s not getting smaller because the font-size is 1em. The 1em is a relative unit of measurement where 1em, to put it simply, takes 100% of the font size already set for the element. You can read about the em unit here: https://www.sitepoint.com/power-em-units-css/
So if you would like the font size of the heading to be smaller than the size previously set, please set the font size to 0.99em or smaller.
Here’s a sample for the font to be 80% of the default font size of your post title. Please adjust it to your preference.
h1.post-title.entry-title.lightbox a {font-size: 0.8em!important; }
Best regards,
SarahHey Ramon,
You can add custom icon fonts (including fontello) using our guide here: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Let us know if you need further help!
Best regards,
SarahHi Charlotte!
You’re welcome! Our team is happy to help. We’re glad that Victoria was able to help you. We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahThank you! We are happy to help. We’re glad that Ismael’s solution was what you needed. We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahAugust 17, 2017 at 5:44 pm in reply to: is there a code i can use to DISABLE IMAGE SAVING / DRAGGING? #840535Hi Chris,
We’ll keep this thread open for you. Please let us know if you need more help with this topic.
Best regards,
SarahAugust 17, 2017 at 5:43 pm in reply to: How to change background colour on Instagram widget behind caption #840533Hi!
We’re glad that Nikko was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also 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.
Cheers!
SarahHi,
We’re glad that Rikard was able to help you. We’ll keep this topic open for you in case you still need help.
But if fixing the connection solved the problem, then we can mark this topic closed. :)
Best regards,
SarahHi!
May we have admin access to your website so that we can check your Enfold settings? When you reply, please put the login details in the Private Content section so that only the support staff will see it. Thank you!
Best regards,
SarahHey Þorri,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help. :)
Best regards,
SarahHi,
We’ll keep this thread open for you. :) Let us know if you need more help with this topic.
Best regards,
SarahAugust 16, 2017 at 6:43 pm in reply to: Didn't know Visual Composer is not compatible with Enfold #840045I have forwarded the request to Kriesi.
Have a wonderful day!
Best regards,
SarahHi!
Just to clarify, can you confirm that this is what you need:
– in regular state, the button has red border, transparent background, and black text
– in hover state, the button has red border, red background, and white textIf that is what you need, please try this:
#top #wrap_all .avia-button.avia-color-dark { border: 2px solid #D5202D!important; } #top #wrap_all .avia-button.avia-color-dark:hover { background-color:#c21f2a!important; color:white; }
Best regards,
Sarah -
AuthorPosts