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 #2628279
Post layout and font customization
Closed

Comments

  •  1
    jennyelisabeth started the conversation

    Hi!

    I'm using WP 5.6 and Soledad 7.5.1, I'm trying to find an option or code to add the date the post was published on the homepage below the title of the post (like the setup on the single posts page).

    On the homepage I am using the "1 Classic then Grid" layout and on single posts I am using "style 1". I have looked through all the layout options and can't seem to find if there is a way to add the post published date on the homepage. None of the "hide post date" boxes in the customizer are ticked.

    And also, if possible, I would like the < hr > (the line that's below the title and meta) to be added on the single posts too.

    The second issue I've ran into is that I can't seem to find where, or how, to change the page titles (on archives for example), so that the font, font size and font colour is the same as the font, size and colour on the posts on the homepage.

    I attached two screenshots, one of the homepage and one of a single post.

    Thanks in advance!

  •  2,699
    PenciDesign replied

    Hi,

    1/ Because the data already displayed here: http://prntscr.com/w07avq - so it doesn't display on the top anymore.

    2/ If you want to do that, you can try add more this code to Customize > Custom CSS:

    body.single .header-standard.header-classic{ padding-bottom: 17px; border-bottom: 1px solid #dedede; }
    

    3/ You can add more this code to Customize > Custom CSS to disable uppercase for Archive Page Titles ( include category page titles ):

    .archive-box span, .archive-box h1{
        font-family: 'Playfair Display'!important;
        font-style: normal!important;
        font-weight: 700!important;
        text-transform: none;
    }
    

    And you can change the font size for archive page titles via Customize > General > Typography > Font Size for Archive Page Title


    Best Regards,

    PenciDesign

  •  1
    jennyelisabeth replied

    Thanks! That worked like a charm :)

    Could I also ask how to add padding between the page title and the header? I've tried the settings on the page itself but no changes seem to take effect. And also how to remove the padding between the featured slider (homepage) and the header? I've tried to set the padding to 0px in the customizer but it doesn't seem to work.

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    1/ This is small issue with our code, the next update will be fixed it, so please wait for next update will be release in this weekend or next weekwink.png

    2/ For remove the padding between the featured slider (homepage) and the header, please try add more this code to Customize > Custom CSS:

    .featured-area{ margin-top: -60px; }

    Best Regards,

    PenciDesign

  •  1
    jennyelisabeth replied

    Sorry for the late reply, thanks for your help! This ticket can now be closed :)