-
AuthorPosts
-
March 10, 2014 at 2:10 am #21861
Amy TParticipantI would like to change the font and colour of these titles to be similar to individual posts on this page.
March 10, 2014 at 7:25 pm #22146
KoryKeymasterHey Amy,
Thanks for writing in! Could you please specify which titles you’re trying to change and which titles you’re trying to change them to appear like? Unfortunately, I cannot exactly tell from the information provided. Once we have a clearer picture on things we’ll be happy to assist you with this.
Thanks!
March 11, 2014 at 9:57 pm #22485
Amy TParticipantHi,
I’m trying to change the titles next to the thumbnail photos on the page which list the posts ie. ‘Rebuilding the abs’, ‘Breastfeeding…” etc. to have the same style as individual posts pages like here http://movinginthewild.com/rebuilding-the-abs/.
Basically each page of the horizontal menu is a list of posts in that category.
Is it clear for you?
Thank!
March 12, 2014 at 11:40 am #22655
KoryKeymasterHey Amy,
I think I understand what you’re getting at now. You can try utilizing the following CSS to alter these titles:
body a.smart-post-list-title { font-size: 21px; color: #d6970e; } body a.smart-post-list-title:hover { color: #d6970e; }You can use the :hover state to alter the color of these titles on hover should you desire.
Thanks!
March 12, 2014 at 10:33 pm #22831
Amy TParticipantThanks! That worked to change the title font size but the font colour remains black but it looks good for me so will keep it that way.
Can you help me with the CSS for the homepage? I use a different widget here. Basically I would like the title font size ie “Silence and Solitude” to be the same as the others too which you had helped me change.
Thanks again!
March 13, 2014 at 3:33 pm #23027
KoryKeymasterHey Amy,
Try this out:
body a.pis-title-link { font-size: 21px; color: #d6970e; } body a.pis-title-link:hover { color: #d6970e; }Simply adjust to suit your needs. If you have any further questions, we are happy to help but kindly ask that you do so by opening a new thread so that these do not get off topic and are useful to other users. Keeping threads from getting too long ensures that they’re easy to find answers in and allows us to better keep track of solved issues.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-21861 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
