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 #2752570
Final Customizations
Closed

Comments

  • dashofdirt started the conversation

    A few customizations I need help with now that I’m happy with my layout

    1) I’d like to make the image uploaded as the header background “contained” so that the image is never cropped out of frame. This is the light grey text behind my black logo.

    2) Can I use css to change the font to “apothecary” (custom upload) within the featured boxes on the homepage? The text I’m talking about include “recipe archives,” “the blog” and “gardening resources”


  •  2,699
    PenciDesign replied

    Hi,

    1/ You can add more of this code to Customize > Custom CSS to make your header background image always keep 100% width:

    #header .inner-header{ background-size: 100% auto; }

    2/ Please do follow steps below to do that:

    a) Upload your custom font "apothecary" to Dashboard > Soledad > Custom Fonts > and set the font name for that font is  "apothecary" check this image

    b) Add more this code to Customize > Custom CSS to apply this font for home featured boxes:

    ul.homepage-featured-boxes .penci-fea-in h4{ font-family: 'apothecary'; }
    

    Best Regards,

    PenciDesign

  • dashofdirt replied

    #1 was a success but #2 still doesn’t work. Help?

  •  2,699
    PenciDesign replied

    Hi,

    I see you've set the name for that font is "MerchantLedgerThin"

    So, you need to change the Custom CSS code I sent to this code:

    ul.homepage-featured-boxes .penci-fea-in h4{ font-family: 'MerchantLedgerThin'; }

    Best Regards,

    PenciDesign