« Web, HTML, Tech Forum

BLOG ENTRY HELPP !! [closed]

Does anyone know how to change the text colour of blog entries that appear on your spacehey profile ?? 

I can change the colour of the '(view more)' link, but the title of the blog itself remains black, which is a problem because it blends in with my background. 

Please help !!


Report Topic

2 Replies

Sort Replies:

Reply by kaydenzzz

posted
updated

use this!


.blog-preview p {

color: [your color here]:

}


also heres a tip, if ur unsure what an element is classified as (bc, ofc, u need to know what it is to change its style), open up ur profile in another tab and use inspect element :3


Permalink Report Reply

Reply by cherry_to0th

posted

Got it !! ill paste the code below:

.blog-preview p {
        background-color: none;
        padding: 5px 10px;
        border-radius: 10px;
        color: INSERT COLOUR HERE;


Permalink Report Reply

cherry_to0th closed this Forum Topic