[Theme: virtue]
-
Working on a locally hosted WordPress website using the free virtue theme and MAMP.
I’m trying to determine how I can customize generated blog posts (i.e. user clicks on a summarized post to read the entire entry which opens in a newly generated page).
I’m wanting to customize the background color, title color, title font and date font of individual posts both on the summary page and the individual post pages themselves.After what seems like exhaustive research and testing, I finally managed to figure out how to customize the content background on the Posts Page by inserting the following CSS in the Theme Options>Advanced Settings>Custom CSS Box:
body.page-id-475 .postcontent {
background: #008e3d;
background-color: rgba(0,142,61,0.8);
(*Note: would also like to figure out how to add a border radius to this as well if possible).I was quite elated to have figured this out on my own but then upon clicking on one of the several ‘test’ posts I created, I realized that I had just opened another can of worms…
The new page that is generated to display the single post reverts back to what I can only assume is the Theme’s default display settings which in my case is a transparent background in the main content area and an image as the body background.
Needless to say, the majority of the text in the post (white font color) gets lost over the top of the background photo.I should point out that I have successfully incorporated a child theme as a backup in the event this customization requires the modification of page templates.
While I’m a quick study, I’m still a relative newbie to WordPress and this theme in particular as it appears to have some underlying complexity in its overall structure. As a result, I am struggling to determine which template/s (if any) require the necessary modifications to reflect the visual changes I would like to implement.
Hopefully this all makes sense and any assistance in the way of suggestions or recommendations would be greatly appreciated.
Unfortunately, due to the site is currently being hosted locally, I am unable to provide links to specific pages/posts.
- The topic ‘[Theme: virtue]’ is closed to new replies.