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 #2273749
Changing font for blogpost, navigation, WooCommerce and styling for sign up form
Closed

Comments

  • Foodreich started the conversation

    Hello,

    I have a view questions for styling my Soledad Food Template.

    1.How can I change just the font of the blogpost title text in overview grid? The Blog main font is source sans pro, but these content boxes should have another font, letter spacing and size. See grid on main page: http://www.foodreich.com/stg_c43f7/ 

    2. Also at the navigation „previous + next“ I want to change to my uploaded custom font. Can you provide a code css snippet that I can change the font and size myself?

    3.How can I remove the lines around my menu ? See Screenshot

    4. How can I manage to have 2 different Mailchimp sign up forms? I followed the instruction from your support page, but apparently the plugin can only show one signup form. I need a second one for the footer where I want to change the font and colors. See Screenshots 

    http://www.foodreich.com/stg_c43f7/?p=7758

    5. I want to get rid of 2 elements of my WooCommerce page. Shipping and link for shipping costs should be removed. This is something that I don’t need for my product overview. I only need name of the product, price and a  button. In addition, how can I change the font family of the button? See screenshot http://www.foodreich.com/stg_c43f7/?post_type=product

    6. How do I change the colors of the popular post sidebar circles? See screenshot. Now they are black.

    7. How do I update your Theme? I downloaded the new Version already, but I am afraid to loose all my settings because I am not using a child theme. Still working on my staging host page at the moment before I go live.

    Thank you so much, Have a nice weekend
    Joana

  •  2,699
    PenciDesign replied

    Hi,

    1/ If you want to change the font for that blog title only - I recommend you build your homepage by use Elementor. Because if you're using Customizer to config your homepage, the font for those blog titles will follow the font you've selected via Customize > General Options > Font for Heading Titles.

    2/ Do you mean about this text: https://prnt.sc/qp4i0p ? If right, please do following steps:

    a) Upload your custom font via Dashboard > Soledad > Custom Fonts > and set a fontname for it. Example font name:    XXXXXX

    b) Add more this code to Customize > Custom CSS:

    .penci-pagination .disable-url span{ font-family: 'XXXXXX'; }
    

    With XXXXXX is the font name you've set on step 1.

    3/ Please try add more this code to Customize > Custom CSS to do that:

    #navigation.header-layout-bottom{ border: none; }
    

    4/ The mailchimp plugin just provide one form. And you can change color for footer signup form via Customize > Colors for Footer SingUp Form.

    5/ By default, Woocommerce doesn't showing it. Seems it came from a plugin from you - let's check again your plugins. The theme doesn't support for option to change the font for buttons. The font for this button will follow the fonts you've selected via Customize > General Options > Font for Heading Titles.

    6/ Please try add more this code to Customize > Custom CSS to do that:

    .penci_recent-posts-sc ul.side-newsfeed li .number-post, .widget ul.side-newsfeed li .number-post {
        background-color: #ccb996;
    }
    

    Change color code #ccb996 to any color code as you want.

    7/ This theme has auto updates - you don't need to do that manually.

    Please check on this guide:

    https://pencidesign.ticksy.com/article/11593

    Also, I see you're using a plugin to create lazyload images - maybe you've enabled it via WP Rocket plugin or another plugin - let's disable it because the theme has support for this feature - enable it will make conflict with lazyload images from the theme itself.


    Best Regards,

    PenciDesign