Forum Replies Created

Viewing 30 posts - 91 through 120 (of 1,778 total)
  • Author
    Posts
  • in reply to: IMAGE CAPTION POSITION AND TAB FONT SIZE #843973

    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!
    Sarah

    in reply to: Sidebar menu font styling (not widget sidebar menu) #841623

    Hey 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,
    Sarah

    in reply to: h1 tag font modify #841619

    Hi!

    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,
    Sarah

    Hi,

    Ah, yes, the !important rule makes the magic.

    All right, we’ll close this topic now. Thank you for using Enfold!

    Best regards,
    Sarah

    You’re very welcome, and thank you as well! :) Let us know if you have other questions.

    Cheers,
    Sarah

    in reply to: Testimonials get cropped in mobile mode #841605

    Hey!

    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,
    Sarah

    Hey Chris,

    Please try this in Quick CSS:

    .single h1.post-title.entry-title {pointer-events:none;}

    Best regards,
    Sarah

    in reply to: Different Menu's #841598

    Hi!

    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!
    Sarah

    Sure 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,
    Sarah

    in reply to: Problem with Sub-Menu Font #841590

    Great! Let us know here in the forums if you have other questions.

    Cheers!
    Sarah

    in reply to: Menu Issues #841579

    Will 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!
    Sarah

    in reply to: Problem with Sub-Menu Font #841576

    Hey 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,
    Sarah

    in reply to: ACF / Shortcode #841571

    Hi!

    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!
    Sarah

    in reply to: Is their any support? #841570

    Hi!

    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,
    Sarah

    in reply to: Navigation Menu width resizing #841551

    Hey 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,
    Sarah

    in reply to: Setting Up Parent and Child Theme #841548

    Hi!

    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!
    Sarah

    in reply to: Problem with menu for smartphone #841546

    Hi!

    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!
    Sarah

    in reply to: Removing ShiftNav White Space #841544

    Hi!

    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!
    Sarah

    Hi!

    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,
    Sarah

    in reply to: Lens Icon #840548

    Hey 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,
    Sarah

    in reply to: Add menu link in header #840545

    Hi 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!
    Sarah

    in reply to: woocommerce main product image #840542

    Thank 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!
    Sarah

    Hi Chris,

    We’ll keep this thread open for you. Please let us know if you need more help with this topic.

    Best regards,
    Sarah

    Hi!

    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!
    Sarah

    in reply to: Avia Page Builder Slow and Freezes #840532

    Hi,

    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,
    Sarah

    in reply to: Submenu not visible after upgrade #840530

    Hi!

    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,
    Sarah

    in reply to: Position search icon within header #840527

    Hey Þ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,
    Sarah

    in reply to: Icon Menu and iPad #840525

    Hi,

    We’ll keep this thread open for you. :) Let us know if you need more help with this topic.

    Best regards,
    Sarah

    in reply to: Didn't know Visual Composer is not compatible with Enfold #840045

    I have forwarded the request to Kriesi.

    Have a wonderful day!

    Best regards,
    Sarah

    in reply to: Style buttons dark transparent button color #840043

    Hi!

    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 text

    If 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

Viewing 30 posts - 91 through 120 (of 1,778 total)