edit widget count and the text that is showing

Home Forums Gillion Theme edit widget count and the text that is showing

Home Forums Gillion Theme edit widget count and the text that is showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • elchapako
    Participant

    Hi there!

     

    How can I edit to doesnt show the count and the by admin in the first imagen.

     

    And in the second one how can I change the “today’s pick” to other text.

     

    The site is: patapila.tv the theme is gillion

    Attachments:
    You must be logged in to view attached files.

    Hi @elchapako,

     

    I hope you are well today and thank you for your questions.

     

    How can I edit to doesnt show the count and the by admin in the first imagen.

    You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-recent-posts-widgets-count,
    #page-container .sh-recent-posts-widgets-item-meta {
        display: none;
    }

     

    And in the second one how can I change the “today’s pick” to other text.

    It is a widget title so just edit it in the Widgets screen of your website.

     

    Best regards,
    Shufflehound team

    elchapako
    Participant

    Thanks for your answer with the first code is running.

    But I the second I can edit the widgets screen I just have option to change where you can see “actual” and “lo mas leido” but I cant edit the “today’s pick”.

    attached is the imagen.

    Attachments:
    You must be logged in to view attached files.

    Ok, then you can change it either by translating the theme as described here https://support.shufflehound.com/theme-translation/ or using any of the following plugins to change it.

     

    https://wordpress.org/plugins/say-what/

    https://wordpress.org/plugins/real-time-find-and-replace/

Viewing 4 posts - 1 through 4 (of 4 total)