Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198046
    fdcchief
    Participant

    I’m trying to add an image as a background image to 1 column in a row.

    #1198048
    fdcchief
    Participant
    This reply has been marked as private.
    #1198221
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Remove the signature image on that column. And then add this on your custom CSS on Customizer.

    .sign-bg {
    	background-image: url(http://joireinbold.com/wp-content/uploads/2016/10/joi-black.png);
        padding: 0px 0px 0px 0px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    Then add a class sign-bg to the first column.

    e.g.
    [x_column bg_color="" type="1/3" style="padding: 0px 0px 0px 0px;" class="sign-bg"]

    Let us know how it goes.

    Cheers!

    #1198551
    fdcchief
    Participant

    It worked good. Thank you

    #1198646
    Thai
    Moderator

    If you need anything else please let us know.

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