What are my options for editing the blogs layout without knowing too much coding? I don’t like the info to the left of the blog (i.e. icon, date, take off comment count)…
Is there any way to change this info to authors picture? and a few details (i.e. date, name…)
Thanks!
1 Answers
Hi,
At the moment, you just possible use the code to resolve this issue, you can add the following code to the style.css file:
[class*="template-blog"] .content-inner .icon-post-format { display: none; }
.right-sidebar[class*="template-blog"] .content-inner .entry-meta-top { display: none; }
[class*="template-blog"] .content-inner .entry-title a { color: #...; font-size: ...px; }
[class*="template-blog"] .content-inner .entry-content { color: #...; font-size: ...px; }
Regards,
Please login or Register to submit your answer
replied 11 years ago
here is link to my blog
http://www.flightattendantsource.com/blog-2/