Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #276166

    Hi there! I have a few quick questions:

    1. I’m working on a site and hoping to get it done with minimal or no CSS code. I’ve created a secondary menu and enlarged the font based on one of the forum replies. I’d like to change the font color and make a blue button of it. Could you please suggest a way to get this done within the Quick CSS box?
    2. Is there a way to modify/specify the height of the sliders within the Enfold interface or will this require some code?
    3. The site is having issues when viewed in Internet Explorer (blurred logo and error in loading). Could you suggest a way to sort this out?
    4. Despite repeatedly editing the url for pinterest, it keeps using an incorrect link. How can this be resolved?

    • This topic was modified 9 years, 10 months ago by BootsD.
    #276179

    Hey BootsD!

    Thank you for using the theme!

    1.) You can use this to modify the secondary menu:

    .header_color .sub_menu>ul>li>a {
    color: blue;
    }

    2.) The sliders inherit the size of the container. We don’t recommend applying a specific width or height for the sliders because it might break the responsive nature of the theme.

    3.) I tested the site on IE9 and 10 but I don’t see the logo blurring. On what version of IE are you testing this?

    4.) Are you using a third party plugin? Note that we don’t provide support for third party plugins. Thank you for your understanding.

    Best regards,
    Ismael

    #278195
    This reply has been marked as private.
    #278521

    Hey!

    1) You can change the thumbnail size of the slideshow images: http://www.clipular.com/c/5850478747320320.png?k=t_hyVLIacH4mzcuJ_Ac6h1FVP50 – it will determine the slifdehow height and aspect ratio.

    2) I’m sorry but these questions are beyond the scope of our support forum because we can’t help with time intensive theme code customization. You can try to contact the user who posted the website in the showcase thread and maybe he can send you the customized code. If not please hire a freelancer – I guess a skilled developer can probably do this with 2 hours of work (including testing).

    3) You can select it from the “separator” option screen: http://www.clipular.com/c/5449485299744768.png?k=CWr60AqezlGPg7v5YAhHnFDwhRo

    4) You can use this css code:

    
    #top .av-main-nav li#menu-item-2327{
    background-color: #fff;
    }
    

    and replace 2327 with the id of the menu item you want to style (i.e. CONTACT US) and #fff with your custom background color value.

    Regards,
    Peter

    #278549

    Hi there,

    I tried the code above it (with your suggested substitutions) and the top menu background remains unchanged. I wanted to confirm that this would go in the Quick CSS box, right? Could you pls take another quick look at the code to confirm?

    As for the email icon, could you instead just point out where I can locate and modify the scroll-up button (on the lower right of screen)? The line separator, on the other hand, has already been done.

    Thanks.

    #279288

    Hey!

    1) I tested the code on my test server and it works for me (red background for the menu item “Contact”: http://test.inoplugs.com/ ). Make sure the menu item id (2327 in the sample code) is correct and exists on your server.

    2) The code can be found in footer.php – search for:

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>
    
    

    Cheers!
    Peter

    #279321
    This reply has been marked as private.
    #279421

    Hey!

    Please try following code

    li#menu-item-3058 {
    background: #c79a52;
    }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.