Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #861239

    socialreachtci
    Participant

    Hi, I cant seems to find the custom code area in settings and not seeing where to add image in colunms..

    What we can do for now is to use the Section ID to target that specific Row(x-container). You can add this under Settings > Custom CSS in the Cornerstone.

    #x-section-1 > .x-container {
    background: #fff url(“IMAGE URL”) no-repeat center right scroll;
    background-size: 150px;
    }
    Change the #x-section-1 with your actual section ID.
    It is the same css rule you given above, in shorthanded format.

    I am not using X theme.

    #861910

    Friech
    Moderator

    Hi There,

    Custom CSS is located at the Settings tab:


    screenshot

    If this option is not available on your end, please provide us with login credentials in private reply so we can take a closer look.

    Thanks.