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 #2889825
How to change post template and fonts to whitney
Closed

Comments

  • freshde started the conversation

    Hello Team,
    First of all I want to reduce the space between menu to fit with the screen along with hamberger and search icon.
    Then I want to create two post template so that I can decide which one will fit for the single post page.
    I want to use whitney fonts for the site, how to do that?
    Please reply asap so that I can fix all of the above things easily.
    Thanks.

  •  2,574
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    #navigation ul.menu > li,
    #navigation .menu > ul > li {
        margin-right: 10px;
    }
    2. For the single post template, the easiest and simple way is using the Elementor PRO plugin, you can view the detailed document here: https://elementor.com/help/creating-a-single-post-template-with-elementor-pro/

    3. If you want to use a custom font, please go to your Dashboard → Soledad → Custom Fonts, upload the custom font files & enter the font name here, then select the font you've uploaded by going to Appearance → Customize → General → Typography.

    Regards,
    PenciDesign.


  • freshde replied

    Hi Team,

    Thanks for your reply, Menu is showing cool now. But I need some other help.

    1. Can you please help me about how to decrease the font size for navigations (main menu, header menu and Footer menu)?
    2. Can you please help me about how to edit my post template page which is by default?
    3. Can you please help me about how I can add a light grey line under the main navigation?
    4. How to reduce the bottom space of an ads, there is more on the bottom than the top.

    Thanks and Eagerly waiting for your reply.
    Kind regards.

  •  2,574
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Logo & Header → Main bar & Primary Menu: change the font size of the menu at Font Size for Menu Items Level 1 & Font Size for Dropdown Menu Items.

    2. Go to Appearance → Customize → Single Posts → General: you can make the default single post style here.

    3. Go to Appearance → Customize → Logo & Header → Main bar & Primary Menu: make sure you uncheck Remove Border Bottom on The Header, or you can add this CSS to Appearance → Customize → Custom CSS:

    #navigation .menu {
        border-bottom: 1px solid gray;
    }
    4. Please add this CSS to reduce the spacing bottom ads:

    .penci-google-adsense,
    .penci-google-adsense-1,
    .penci-google-adsense-2,
    .penci-google-adsense.penci-google-adsense-footer {
        margin-bottom: 10px;
    }

    Regards,
    PenciDesign.