-
Author
-
September 15, 2016 at 23:10 #136261RaduModerator
Hi,
Please provide a screenshot that points out the title that you want to make it bold and also the page url
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 16, 2016 at 16:08 #136341bayoaParticipantI want all the page and post titles bold. Currently I’m using the Custom Title Plugin, but I’d rather have it in css. Thanks
September 19, 2016 at 18:13 #136531RaduModeratorHi again,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.post-title { font-weight: bold; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 21, 2016 at 18:25 #136795RaduModeratorTry with this instead
COPY CODE.post-title, h3.post-title { font-weight: bold !important; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 28, 2016 at 17:39 #137450RaduModeratorProvide link + screenshot that points out that title and the live URL to can see it, and an account if the community is private
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 28, 2016 at 17:44 #137454RaduModeratorProvide link + screenshot that points out that title and the live URL to can see it, and an account if the community is private
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 29, 2016 at 14:01 #137575RaduModeratorTry with this css
COPY CODE.main-title .page-title { font-size: 43px; }
If it not works provide to me a screenshot that pointing out the text
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 29, 2016 at 17:18 #137603bayoaParticipant.main-title .page-title {
font-size: 43px;
font-weight: bold !important;
}This worked for the posts and pages; however it didn’t work for the product pages in Woocommerce. Thanks
September 29, 2016 at 19:15 #137626RaduModeratorThis is the selector for product pages title
COPY CODEh1.product_title.entry-title { font-size: 2em !important; line-height: 1em !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2016 at 02:33 #139201bayoaParticipanth1.product_title.entry-title {
font-size: 2em !important;
line-height: 1em !important;
}This didn’t work for the woocommerce product titles. I created a woocommerce.css in the child theme and placed the code there; it didn’t work.
Where should I paste the code? I also need to capitalize and bolden the font.
Thanks
October 12, 2016 at 18:11 #139291RaduModeratorIn wp-admin -> theme options -> general settings -> quick css
Let me know
try also with this
COPY CODEh1.product_title {font-size: 3em !important;line-height: 2em !important;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.