Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1395111
magazine header
Closed

Comments

  •  1
    cyclopsje started the conversation

    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

  •  2,699
    PenciDesign replied

    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

  •  1
    cyclopsje replied

    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.

  •  2,699
    PenciDesign replied

    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

  •  1
    cyclopsje replied

    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,