It is going to be mostly CSS…
For help with CSS, a live site link is required…if we cannot see the site, we cannot see the stylesheet(s), so we cannot suggest changes.
To discover what CSS is output by your theme, use a web inspection tool such as Firebug: http://getfirebug.com/ , Chrome Inspect Element: https://developers.google.com/chrome-developer-tools/ or Internet Explorer 9+ F12 Dev. Tools: http://msdn.microsoft.com/en-us/library/dd565627(v=vs.85).aspx#csstool
There are others.
When editing CSS, use a Child Theme
http://codex.wordpress.org/Child_Themes
Custom CSS Plugin, or Theme provided custom CSS option.
Edits to parent themes are lost on theme update.
Learn CSS: http://www.w3schools.com/css/
(@jcee1993)
12 years, 9 months ago
Hi!
I’m new to wordpress and all that has to do with it.
I’m quite used to designing and developing websites, but have never really worked with WordPress.
I’ve found a theme that i like, but i’m not that fond of the way the comments look. Then i found the Forever theme and fell in love with their approch on the comments style.
I’ve replaced the comments.php file with the one from forever theme and i’ve pasted the neccesery code in functions.php to make it not display any warnings.
Nut the comments still look like the old theme, is it just pure css that needs to be changed or have i missed some component?
Thanks in advance!