• Resolved l0rdcohen

    (@l0rdcohen)


    Hi there

    I tried to give the homecontent box a border. I tried to ad a css line into the css-editor, but it didnt worked. Neither changing the custom.css nor adding some lines into the custom css under cutomizer worked for me.

    I think this is the css part, defining the boxes:

    <div class=’home-content-boxes’><div class=’row’><div class=’col-sm-12 col-md-3 content-box content-box-1′>

    I found some definitions in custom.css (content-box-1) and in style.css, but no change there applied.

    Any help?

    I use the “evolve” theme…btw: https://de.wordpress.org/themes/evolve/

    • This topic was modified 6 years, 9 months ago by l0rdcohen.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Your theme’s stylesheet is in evolve/style.css …and the class you want is :

    .home-content-boxes .content-box {
    text-align: center;
    }

    just modify it however you want, and go to appearance/edit CSS and put the revised version of the class…

    you can put, for example,

    .home-content-boxes .content-box {
    text-align: center
    border: 2px solid black;
    border-radius: 3px;
    }

    The CSS for all border options is here: https://www.w3schools.com/css/css_border.asp

    Thread Starter l0rdcohen

    (@l0rdcohen)

    Computorgasm!!!

    Big Thanks to the great spender 😉

    ?? Ok? (I’m guessing it worked for you?)

    You are welcome. Glad to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home Content Box with border’ is closed to new replies.