Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001652
    addwirecom
    Participant

    Without changing the global CSS properties of the Feature Headline, is there a way to change the style of each Feature headline to adjust the size of the Icon?

    I own four Copies of X, So please kindly let me know what to do for each Stack.

    #1002132
    Jade
    Moderator

    Hi there,

    You can try adding an inline CSS to the custom headline. You can do this by adding a code like this to the style field of the element font-size: 35px;. Please adjust the value of the font size accordingly.

    Hope this helps.

    #1105826
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1106113
    Friech
    Moderator

    Hi There,

    You can adjust this css rule’s width and height property.

    .custom-icons {
        display: inline-block;
        width: 45px;
        height: 45px;
        margin-right: 0px;
        content: "";
    }

    The code is on Cornerstone’s Custom CSS.

    Hope it helps, Cheers!

    #1107200
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1107513
    Rupok
    Member

    Hi there,

    Thanks for updating. It was asked to place within page level CSS using the settings tab of Cornerstone; so won’t affect the entire site. However if you have multiple element on the page but you want to target the specific one then you can add a preceding parent class.

    Cheers!

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