Dyad theme – how to reduce the space between Category Title & Description text
-
Hi,
I’m currently using the Dyad theme and have tried everything but can’t seem to be able to reduce the space between the Category Title text & Description text in the header bar.
http://www.themadprimates.com/test/
Thank you very much !
The blog I need help with is: (visible only to logged in users)
-
-
How about something like this?
.page-title { padding: 1px 2rem 2rem; }You can adjust the numbers as you need to.
- The first number is the padding above your title.
- The second number is padding on the left and right.
- The last number is the padding on the bottom (it was originally set to 5rem).
Is that closer to what you are looking for?
-
To add custom CSS
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
You need to be on the WordPress.com Premium Plan for custom CSS to save.
-
@g471n @geoffreyshilling great ! exactly what I needed ! thank you both for the help !
Can I also ask how do I change the font style for the description text to italics ? can’t seem to know where to insert the code.
Thank you ! Greatly appreciate all your help.
-
Add this below the code you already have in the CSS section of the customiser:
body.archive .page-header .taxonomy-description { font-style: italic; } -
Suddenly I can’t access the site !
Getting this error –
Parse error: syntax error, unexpected ‘{‘ in /wp-content/themes/dyad/inc/customizer.php on line 28Please help :(
-
Hi illadius
I’ve added a modlook tag to this thread which will flag it for one of the Happiness Engineers to have a closer look.
-
-
So I have managed to reslove the Parse error, but can I check where do I insert
body.archive .page-header .taxonomy-description { font-style: italic; }again ?
Thank you.
-
To add custom CSS
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
You need to be on the WordPress.com Premium Plan for custom CSS to save.
- The topic ‘Dyad theme – how to reduce the space between Category Title & Description text’ is closed to new replies.