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 #1306190
Page navigation numbers
Closed

Comments

  • cantarane started the conversation

    Hello,

    We have two questions regarding the theme :

    - How to hide page navigation numbers on all the website (for example for the widget "Soledad Latest posts")?

    - How to change the size of the widgets title (for example Soledad latest posts)?

    Thanks a lot for your support,

    Cosima

  •  2,699
    PenciDesign replied

    Hi,

    1/ You can enable Load More Posts/Infinite Scroll Load More by go to Customize > General Options > and check to "Enable Load More Posts" or "Enable Infinite Scroll on Homepage"

    If you want to remove the page navigation, please add more this code to Customize > Custom CSS:

    .penci-pagination{ display: none; }

    2/ Please check options for it via Customize > Options & Colors for Sidebar.


    Best Regards,

    PenciDesign

  •   cantarane replied privately
  •  2,699
    PenciDesign replied

    Hi,

    You're doing wrong - please select page template for that page is "Page Builder No Sidebar" or "Page Builder With Sidebar"


    Best Regards,

    PenciDesign

  • cantarane replied

    Thanks!

    My problem now is that my h3 titles (in blue) became way too small...how can I change their size?

    And I still would like to decrease the size of the post title on the images that appear, or even hide it if possible.

    Best regards,

    Cosima

  •  2,699
    PenciDesign replied

    Hi,


    1/ I think you can install this plugin and change the font size for that headings via your editor.

    2/ You can hide it by add more this code to Customize > Custom CSS:


    .penci-overlay-over .overlay-header-box, .penci-overlay-over .overlay-border{ display: none; }
    .penci-overlay-over:before{ content: none; }


    Best Regards,

    PenciDesign