Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #302842

    How can you add a border or background color to a text block in a column if you don’t want the other columns in a color section to be affected?

    #303098

    Hey blankonblank!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->Quick-CSS field put the following and adjust the values:

    
    .av_textblock_section{
    border: 2px solid #000 !important;
    background-color: #000 !important;
    }
    

    You probably need to specify the textbox you like, e.g.

    
    .avia-builder-el-16 .av_textblock_section{
    ........   put your settings here 
    }
    
    

    Cheers!
    Günter

    #303281
    This reply has been marked as private.
    #303306

    Hi!

    If you use the first version, I would say yes.

    If not, come back with a link to the page please.

    Regards,
    Günter

    #303317
    This reply has been marked as private.
    #303321

    Hey!

    Glad I could help you. Enjoy the theme.

    Best regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Customize Column Border, Background Color’ is closed to new replies.