However I wanted to change the title headers from my posts in the magazine layout. Sorry for being unclear. Also I use this code: .archive-box {display: none; for removing the title from the category pages. However it somehow prevents the title header to increase in size in the featured slider. Is there a work around for this?
Ah alright. :) Will do and thanks for the support. I had some codes from like a year back, however didnt put them in a wordfile. Can't reach them anymore since the old support forum including the tickets are not there anymore. Thanks for your effort.
Hello,
How do I change the size of the magazine headers on my homepage? And how to change the size of featured slider 3 fonts?
Thanks
Hi,
Please add more this code to Customize > Custom CSS to do that:
.penci-homepage-title.penci-magazine-title h3 a, .penci-border-arrow.penci-homepage-title .inner-arrow{ font-size: 20px; } @media only screen and (min-width: 768px){ .penci-featured-content .feat-text h3 a{ font-size: 28px; } } .home-pupular-posts-title{ font-size: 20px; }Change the numbers: 20, 28, 20 for value you want.
Best Regards,
PenciDesign
Thank you. :) That's handy.
However I wanted to change the title headers from my posts in the magazine layout. Sorry for being unclear. Also I use this code: .archive-box {display: none; for removing the title from the category pages. However it somehow prevents the title header to increase in size in the featured slider. Is there a work around for this?
Thank you.
Hi,
1/ If so, please use this code to change size for posts title on your magazine layouts.
@media only screen and (min-width: 768px){ .home-featured-cat-content .first-post .magcat-detail h3 a{ font-size: 24px; } .home-featured-cat-content .magcat-detail h3 a{ font-size: 16px; } .home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-detail h3 a{ font-size: 20px; } }2/ Please use this code:
.archive-box { display: none; }Your code are missing a character: }
And please note:
I think you should check Envato Support Policy for all items on themeforest here
However, item support does not include:
- Customization services
While you did requirements us a lot of customize services questions. Please limit it
Best Regards,
PenciDesign
Ah alright. :) Will do and thanks for the support. I had some codes from like a year back, however didnt put them in a wordfile. Can't reach them anymore since the old support forum including the tickets are not there anymore. Thanks for your effort.
Best regards,