Skip to main content
Main Content

FREE editable CSS layout(s)

Posted 2020-10-26 18:43:18

you might have modified it to the point where you accidentally removed what got rid of that border! it is under the .card class 

if you dont want any borders around the box at all i recommend you change the border under .card to simply be "border: none !important;" 


lazy
#2878

Posted 2020-10-26 18:45:20

ahhh that might’ve been it. thank you so much!! 


Ken
#16932

Posted 2020-11-02 15:25:05

i love this so much! my only question is where/what the code is to modify the color of the navigation bar above the currency one (the one with den, crossroads, etc.) i can't seem to find it in the provided css! maybe i'm just blind,, probably, but just wanted to ask anyway :)

not in use
#22023

Posted 2020-11-02 15:46:23

to modify the background color of the top navbar simply add 

.navbar-main.navbar-dark.navbar-expand-lg{

    background-color: black !important;

}

change black to whatever color u want and it should work!


lazy
#2878

Posted 2020-11-02 18:44:23 (edited)

How do I remove the layout? I wanted to try it out, but it doesn't work well for my old, outdated computer and I'd like to delete it from my den.  Never mind! Found it!


Wildtale
#11560

Posted 2020-11-16 07:01:32

how do you get a background for your wolvden page?

IloveBlue2011
#10278

Posted 2020-11-16 09:49:06

if you want an image as your background then changing this should do the trick

body {

    background-image: url("LINK TO IMAGE");

}


lazy
#2878

Posted 2020-11-16 09:50:03

Thank you Lazy but got it now

IloveBlue2011
#10278

Posted 2020-12-07 10:31:52

ive tried multiple times and failed with the editable version... how do you change just the background image 😭😭😭


Alphafema1e
#27857

Posted 2020-12-07 14:50:07

Do you do thread layout coding

Black market breeder
#3073

Search Topic