Nadia Kamil
asked 9 years ago

Hi, 2 questions. 1. How do you remove the border around the site title? 2. How do you change the color of the links underneath each post title (author, date, category, etc). In fact, can I just get the html color code of this red-orange color so I can CTRL+F and replace all of them with my own color code in the stylesheet?

1 Answers
DominicStaff
answered 9 years ago

Hi,

  1. To remove the border around the site title, you can add the following code to the style.css file:
    .home .banner .page-title { border: none; }
  2. To change the color of the link underneath each post title, you can add the following code to the style.css file:
    .hentry .entry-meta { color: #...; }
    .hentry .entry-meta a { color: #...; }
    .hentry .entry-meta a:hover { color: #...; }

    • Of course, if you want to change the color of the site, you can open the .css file in the folder path “wp-contentthemesdw-timeline-proassetscss”. Then replace all of them with your own color code.
      Hope this helps !
nadia kamil
replied 9 years ago

This did help, thank you!

Powered by DW Question & Answer Pro