Comments 1Rebbi started the conversationAugust 9, 2022 at 4:47pmHello, I have two questions please..About the sidebar:Is it possible to get the heading text (and the line under it) centred? About the slider:Is it possible to get the category name in capital letters? Thanks.Rebbi 2,610PenciDesign repliedAugust 9, 2022 at 7:23pmHi,1. I've checked your site, and the heading content is already centered:2. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci-featured-content a.cat.featured-cat { text-transform: capitalize;}Regards,PenciDesign. 1Rebbi repliedAugust 9, 2022 at 8:24pmHi,1. I had changed the text to "align left" but would like to keep the heading text (and line below) centered. Is that possible? 2. Unfortunately did not work (using featured slider style 2)Regards,Rebbi 2,610PenciDesign repliedAugust 10, 2022 at 12:19amHi,1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .about-widget .about-me-heading { text-align: center;}.about-widget.pc_alignleft .about-me-heading:before { margin-left: -30px; left: 50%;}2. Modify the CSS code like this: .penci-featured-content a.cat.featured-cat { text-transform: uppercase;}Regards,PenciDesign. 1Rebbi repliedAugust 10, 2022 at 7:49amHi, 1. worked, thanks. 2. unfortunately not working. Can you please check again.( I would like to have the categories (green color) in uppercase) Regards,Rebbi 2,610PenciDesign repliedAugust 10, 2022 at 1:45pmHi,Please modify the CSS code like this: .penci-featured-content .feat-text .featured-cat a { text-transform: uppercase;}Regards,PenciDesign. 1Rebbi repliedAugust 10, 2022 at 2:27pmHi,thank you, it worked now.By the way, the category on the sliders is not displayed in the mobile version. Is it possible to change that? If so, where can I do that?RegardsRebecca 2,610PenciDesign repliedAugust 10, 2022 at 3:03pmHI,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { .penci-featured-content .feat-text .featured-cat, .penci-featured-content .feat-text .feat-meta, .penci-mag-featured-content .cat, .penci-mag-featured-content .feat-meta, .featured-style-35 .featured-cat { display: block; } } Regards,PenciDesign. 1Rebbi repliedAugust 11, 2022 at 7:28amThank you! :) Sign in to reply ...
Hello,
I have two questions please..
About the sidebar:
Is it possible to get the heading text (and the line under it) centred?
About the slider:
Is it possible to get the category name in capital letters?
Thanks.
Rebbi
Hi,
1. I've checked your site, and the heading content is already centered:
2. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Hi,
1. I had changed the text to "align left" but would like to keep the heading text (and line below) centered. Is that possible?
2. Unfortunately did not work (using featured slider style 2)
Regards,
Rebbi
Hi,
1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
2. Modify the CSS code like this:
Regards,
PenciDesign.
Hi,
1. worked, thanks.
2. unfortunately not working. Can you please check again.
( I would like to have the categories (green color) in uppercase)
Regards,
Rebbi
Hi,
Please modify the CSS code like this:
Regards,
PenciDesign.
Hi,
thank you, it worked now.
By the way, the category on the sliders is not displayed in the mobile version. Is it possible to change that? If so, where can I do that?
Regards
Rebecca
HI,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thank you! :)