juliannasculpts
Member
Posted 2 years ago #
Does anyone know how this can be used with the Rounded V2 theme? I'm not very familiar with CSS code, and can't seem to get the right DIV Base Element. When I try "content", it changes the side links (eg "Filed under") rather than the actual post content.
Thanks.
juliannasculpts
Member
Posted 2 years ago #
After playing around with the CSS files, I found the solution.
In style.css, search for the following:
.thecontent{
width: 70%;
float: left;
}
Add the following after it:
.thecontent p{
font-size: 1.2em;
}
The element can then be set to "content" and the post text will change with the rest of the text on the page.