Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #1092491

    Hello, I need help with some CSS styling and custom options for my site:

    1 – I need to make the color of each page be blue when you’re on it?

    2 – On the home page slider with video behind can I make the dash go between the Title and rolling text versus below it?

    3 – Roll-over navigation Text to hover to turn the roll-over state color to #0e78b5, I have been changing the colors with no luck.

    4 – The client would like the team member section to just have a page that pops-up that will have a pic and some text in it, that can be closed.

    Thanks so much for all your help
    Brian

    #1092492
    This reply has been marked as private.
    #1092495
    This reply has been marked as private.
    #1093048

    Hi,
    Sorry for the late reply,
    1: I need to make the color of each page be blue when you’re on it? Do you mean the background color of the page? Please change this at Enfold Theme Options > General Styling > Main Content > Main Content background color
    2019-04-21-090251
    2: Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    jQuery(window).load(function(){
      jQuery( '.hr-custom.avia-builder-el-3' ).insertBefore( '.av-rotator-text.av-rotator-multiline-on.av-rotation-active' );
      });
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    3: To have the team members link to a popup please see this solution.
    Last: increase the top-padding of the navigation cell Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-menu.av-main-nav-wrap {
        margin-top: 20px !important; 
    }

    please adjust to suit.

    Best regards,
    Mike

    #1093390
    This reply has been marked as private.
    #1093457

    Hi,
    You should use a child theme so you won’t loose the code on the next update.
    There are some plugins such as My Custom Functions that will save your code.

    Best regards,
    Mike

    #1093471
    This reply has been marked as private.
    #1093472
    This reply has been marked as private.
    #1093484

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-545 a.open-popup-link:hover img {
      filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    }
    #top.page-id-545 .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: '' !important; 
    background-color: transparent !important; 
    }
    .avia_transform #top.page-id-545 #main a:hover .image-overlay {
        opacity: 0 !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1093496
    This reply has been marked as private.
    #1093751

    Hi,
    When I checked your team member popups were working, so I added the css in your Quick CSS add it seems to work fine.
    Please see the video in Private Content area.
    Please clear your browser cache and check again to see if it’s working for you now.

    Best regards,
    Mike

    #1094137
    This reply has been marked as private.
    #1094138
    This reply has been marked as private.
    #1094271

    Hi,
    Please use our pre-built child theme
    You will want to take a couple of steps, 1: please export your theme settings at: Enfold Theme Options > Import/Export > Export Theme Settings File to your computer, this is just for backup.
    2: Once you install your child theme, please import your parent theme settings at:
    Enfold Theme Options > Import/Export > Import Settings from your Parent Theme
    Then you’ll need to re-set your menu options.
    Finally, sometimes it is necessary to save your theme options one more time, to encourage the settings to be saved and activated in the merged /wp-content/uploads/dynamic_avia/ folder, a simple way to do this is to go to General Styling > Quick CSS field and place a space in the field so the theme options “Save all changes” button is clickable.

    If you have any trouble with this we can help with an admin login and ftp access in the Private Content area.

    Best regards,
    Mike

    #1094530
    This reply has been marked as private.
    #1094570

    Hi,
    Ok I understand this as you want help installing a child theme, then we will look at changing the pictures.
    I have installed the child theme, please clear your browser cache and check.

    Best regards,
    Mike

    #1094795
    This reply has been marked as private.
    #1094801
    This reply has been marked as private.
    #1094861

    Hi,
    After you install the child theme you would import the parent theme settings at: Import/Export > “Import Settings from your Parent Theme” I did this for you.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1096268
    This reply has been marked as private.
    #1096323

    Hi,
    I made the change for you by adjusting these rules in your css:

    #top.page-id-545 a.open-popup-link:hover img {
      filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    }
    #top.page-id-545 a.open-popup-link img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1096566

    Thanks Mike –

    Your actually the best –

    B

    #1096576
    This reply has been marked as private.
    #1096577

    nevermind I got it :)

    B

    #1096725

    Hi,
    Glad you figured it out, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1097029

    yes thanks Mike –

    #1097035

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 27 posts - 1 through 27 (of 27 total)
  • The topic ‘Some Custom Requests please :)’ is closed to new replies.