« Web, HTML, Tech Forum

how to change border color of interst box

Posted by DeeBee

posted
updated

Forum: Web, HTML, Tech

like i said in title how to change the color of this blue line :c

I want to change it into whitethis blue line


Report Topic

1 Reply

Reply by disappear

posted

Could be wrong, but I think it's something like:

<style>

    .table-section .heading{

    border-radius: 25px 25px 25px 25px !important; (THIS CHANGES THE THICKNESS/SIZE OF THE BORDER IF YOU WANT) 

    text-align:center; 

    background-color: (INSERT COLOR HERE) !important;

    background-image: url('URL');

    background-repeat: repeat;

    background-position: center;} 

</style>


Permalink Report Reply