Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1114587
    saolremarketing
    Participant

    It looks like I have more control of how the icon looks in a Feature Box vs. Feature Headline. How do I get a rounded square icon in a feature headline so it matches the one I made in a feature box? See attached.

    http://770.6db.myftpupload.com/solutions/small-business/

    WordPress 4.5.3
    X 4.6.1
    Cornerstone 1.3.0

    #1114995
    saolremarketing
    Participant

    OK I didn’t like the lack of control over the links on icon and headline, so I made my own with icon, headline and text. It all seems to work fine in the container, but now I would like to but a picture in the background of that container and it looks like you can only put background images in sections. Is there a way to get one into a container?

    #1115020
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    1. To make feature headlines icons rounded square, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .h-feature-headline span i {
            border-radius: 0.25em;
    }
    

    2. Yes, there is a way to add a background to your container.

    You can add this in the style field of your row element in cornerstone.

    
    background:url('image.jpg') top center no-repeat;
    

    Change image.jpg with the url of your image.

    eg. http://screencast.com/t/ns8JYtaKBkDD

    Hope that helps.

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