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 #2887840
Formatting Question
Closed

Comments

  • camillestmartin started the conversation

    I set my website up so that all my blog posts are on the homepage. Is it possible to justify the blog post title to the left, the way that it is set up?

  •  2,548
    PenciDesign replied

    Hi,

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

    .header-standard {
        text-align: left;
    }

    Regards,
    PenciDesign.



  • camillestmartin replied

    That is not doing anything....

  •  2,548
    PenciDesign replied

    Hi,

    Please copy and paste this code to Custom CSS, then clear the browser cache and check again.

    I've tested this code before reply to you.

    Regards,
    PenciDesign.


  • camillestmartin replied

    Thank you, is there also a way to make it show up so that the date is underneath the title on the homepage?

  •  2,548
    PenciDesign replied

    Hi,

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

    .header-standard .penci-hide-tagupdated {
        display: block !important;
    }

    Regards,
    PenciDesign.



  • camillestmartin replied

    Thank you, that seems to show the author and the date, is there any way to just show the date?

  •  2,548
    PenciDesign replied

    Hi,

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

    .header-standard .penci-hide-tagupdated .author {
        display: none;
    }

    You can select the post meta you want to show by going to Appearance → Customize → Post Layout, then navigate to:

    • Standard & Classic
    • Other Layouts

    Regards,
    PenciDesign.



  • camillestmartin replied

    Thank you for this information. I also want to add categories underneath the sidebar hamburger menu. Is this possible? I am seeing this screen and clicking "Got It" but nothing is happening...

  •  2,548
    PenciDesign replied

    Hi,

    The problem is because functions not working correctly on the Customizer panel. Please go to Appearance → Widgets, then drag and drop the widget you want to display to Sidebar Hamburger Widgets Above Menu and Sidebar Hamburger Widgets Below Menu

    Regards,
    PenciDesign.

  • camillestmartin replied

    This doesn't seem to work either, it won't let me out of this screen....

  •  2,548
    PenciDesign replied

    Hi,

    Please install the Classic Widget plugin here: https://wordpress.org/plugins/classic-widgets/ then try to reload the widgets page again. This plugin will help you revert the new widget page UI to the classic.

    Regards,
    PenciDesign.