MyBB Community Forums

Full Version: Carbon theme help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I added the following line of code in the Global.css of the Carbon theme to change the background:

body {
background: url(-IMAGE LINK-) repeat #EFEFEF;
color: #FFFFFF;
text-align: center;
line-height: 1.4;
margin: 0;
overflow-y: scroll;

font-family: 'Exo 2', sans-serif;
font-size: 13px;
}


This then caused some word to turn blue. Screenshot below:

http://prntscr.com/apc8ln



My forum link is:

http://intergaming.phy.sx/


Many thanks, Sami.
That's not the problem.

You deleted the a:link property.

Search this:

a:visited {

Modify that code with this new code:

a:link, a:visited {
Thank you very much and do you know where i can edit the css for the red lines?
photo:
http://prntscr.com/apde3d

Many thanks,

Sami
(2016-04-07, 06:02 PM)Sami Wrote: [ -> ]Thank you very much and do you know where i can edit the css for the red lines?
photo:
http://prntscr.com/apde3d

Many thanks,

Sami

Search the .thead class in global.css, and change the border-top property:

.thead {
    background: #222427;
    color: #ffffff;
    padding: 8px;
    border-top: 2px solid #ff5857;
}

#ff5857 is the color.

Regards.
Thanks for your help. Much appreciated.

Hello again.

I need some more help with the css of this
http://prntscr.com/apl8f3

Where can i find the red when i hover over that part and where can i change the black?

many thanks, Sami