• I want to change post briefing text color from grey to black. What do I need to add to custom CSS to be able to do it?

    Text I want to change color of on tezendir.az:

    Google Chrome, Google ?irk?ti t?r?find?n haz?rlanan istifad?si rahat v? t?hlük?siz olan veb brauzerdir.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi,

    Which layout are you using for your content? If you use list, try this additional css:

    
    .post-list .entry { color: #333; }
    

    This will change the gray text on frontpage excerpts.

    To change it on the article text, try:

    
    body { color: #333; }
    
    Thread Starter Rashid

    (@rasmov)

    Thank you. Boxstyle is very good theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change font color on boxstyle’ is closed to new replies.