Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1414132

    Hello,

    I’d like to add a border, that matches the rest of the table, to the top of the cell with the red logo in it. I’ve tried with CSS but ultimately have failed 🙁

    Any help is appreciated, thanks!

    #1414134

    I can’t see my attachment, here it is: http://imgur.com/mvCwm0T

    #1414497

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Could you please provide us with your website URL so we can take a closer look?

    Thanks.

    #1415136
    This reply has been marked as private.
    #1415788

    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    .home #featured-price-header-color h2 {
    	    border: 1px solid #ebebeb !important;
    	    border-top-left-radius: 4px;
    }
    
    .home .x-pricing-table .x-pricing-column:last-of-type h2 {
    	border-top-right-radius: 4px;
    }

    Hope it helps, Cheers!

    #1416888
    This reply has been marked as private.
    #1417253

    Friech
    Moderator

    Hi John,

    You can add this under Custom > Global CSS in the Customizer.

    div#featured-price-header-color h2 {
    	color: #333;
    }

    Thanks.

    #1423175
    This reply has been marked as private.
    #1423453

    Joao
    Moderator

    That is great,

    Let us know if you need further assistance.

    Cheers!