Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1275089
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer:

    #text-15 .textwidget {
        text-align: center !important;
    }

    Let us know how this goes!

    #1275093
    MB
    Participant

    Ok, thats what i was looking for! It needed some CSS.

    Please let me know how to make the button the same style as the ones that are already site wide.

    #1275097
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    
    .textwidget .x-btn {
        color: #fff;
        text-decoration: none;
    }
    
    .textwidget .x-btn:hover {
        color: #fff !important;
    }

    Hope this helps.

    #1275114
    MB
    Participant

    Ok, that helps. Thank you. I tried to remove the huge margin above custom headline healing with a class but not enough. Can we remove more white space please above the widget?

    #1275133
    Jade
    Moderator

    Hi MB,

    Please add this code:

    .widget_text .flex-direction-nav {
        display: none;
    }
    
    .widget_text .x-flexslider-shortcode-container {
        margin-bottom: 0;
    }

    Hope this helps.

    #1275135
    MB
    Participant

    [RESOLVED] Thanks for all the help! 😀

    This is the CSS I ended up with in my Customizer:

    /* footer widget cta */
    #text-15.widget.widget_text {
        margin-top: 0;
    }
    #text-15 .textwidget {
        text-align: center;
    }
    .textwidget .x-btn {
        color: #fff;
        text-decoration: none;
    }
    .textwidget .x-btn:hover {
        color: #fff !important;
    }

    You can view the final result in the footer sitewide at https://mbguiding.ca/

    Cheers!

    #1275166
    Friech
    Moderator

    Cool, should you require any further assistance with X|THEME and Cornerstone, please feel free to get in touch with us.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1273572 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>