Dicot Theme
-
Hi,
I recently changed my theme from Imbalance 2 to Dicot and need some help getting a few things tweaked. I hope you can help! Please be patient!!
1. I would like to remove the date and author titles all around the post titles.
2. Is it possible to reduce the width of the main sidebar or conversely, increase the width of the main body text area?For the moment, these two are pressing questions. Looking forward to any suggestions.
Regards
Caroline Smith
thepatternedplate.comThe blog I need help with is: (visible only to logged in users)
-
Hey that’s a lovely site! To hide the post meta (author and date) you can try the following block of code, entered into the CSS tab of your site customizer here: https://wordpress.com/customize
Here is the code to paste in:
.entry-meta { display: none; }For your other question:
s it possible to reduce the width of the main sidebar or conversely, increase the width of the main body text area?
This line of code will work:
.right-sidebar .site-main { padding-right: 0; }Hope that helps!
-
Hello Jerry. Thank you, glad you like the site! It’s certainly a fab theme. The post meta code worked a charm, but the sidebar; not quite! The code seemed to increase the size of the image and body text, but didn’t reduce the width of the sidebar. But, on a second look, I think the width is fine, so I’ll leave it just as it is.
Appreciate you getting back to me so quickly. Thanks!
- The topic ‘Dicot Theme’ is closed to new replies.