I'm sure there is a way to change the font size on the sticky menu posts on the right and left of a blog post but I can't seem to see where. I am comfortable with editing php files in a child theme if I need to do it that - just can't seem to find the code or a front end option to do this.
Any help would be greatly appreciated.
Thanks so much in advance.
Karla
Comments
i doubt changing the font size requires PHP.
Please send a link to your page and a screenshot to point where I should look.
I will provide you with custom css.
thanks
.fixed-nav .desc h6 {font-size:12px !important;
}
.fixed-nav .desc .date {
display:none !important;
}