How to remove inscriptions (names of headings) in the image? - Acme Themes

Best Premium and Free WordPress Themes Forums SuperNewsPro How to remove inscriptions (names of headings) in the image?

Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • #19840
    Serj Kordyk
    Participant

    How to remove inscriptions (names of headings) in the image? Here:
    http://speckor.net/category/anons/

    #19841
    acmesupports
    Moderator

    Hello Serj,
    Please add the below CSS codes on Appearance > Customize > Additional CSS
    Hope, this css will help to solve the issues.

    .archive .page-title {
        display: none;
    }

    Regards

    #19953
    Serj Kordyk
    Participant

    I added the specified code, but nothing helps. Here’s an example here: http://speckor.net/category/suspilstvo/gromada/

    #19958
    acmesupports
    Moderator

    Are you referring about the category that appeared on the top of the image? If so you can find the options on Layout/Options section of customizer. Check the blog page options for more help. If not, let us know what are you referring about? Please provide the screenshot what you are referring about.

    Regards

    #19992
    Serj Kordyk
    Participant

    You understood correctly. The names of the categories in the photos are not deleted. I tried everything, but it does not help.

    http://prntscr.com/ge7mp4 – Sample page screenshot

    http://speckor.net/category/ekonomika/ – Sample page site

    #19995
    acmesupports
    Moderator

    Can you please check the options inside Blog / Archive Layout? http://prntscr.com/geax2z You can get the options to hide the tags.
    Kindly check this docs to get the options. https://doc.acmethemes.com/supernewspro/#HowtomanagetheBlog/ArchiveLayout?

    Hope, this will help you. Instead, let us know, we will try to help you with other alternative way as well.

    Regards

    #20006
    Serj Kordyk
    Participant

    The inscriptions still exist
    http://prntscr.com/gej1nq

    #20011
    acmesupports
    Moderator

    We will check that options again and inform you. For quick solution, please add the below CSS codes on Appearance > Customize > Additional CSS, hope this will help you.

    .post-thumb .cat-links {
        display: none;
    }

    Regards

    #20013
    Serj Kordyk
    Participant

    I added the specified code (see screenshots1,2), but nothing helps. Here’s an example here: http://speckor.net/category/suspilstvo/gromada/
    http://prntscr.com/getqla – screenshots1
    http://prntscr.com/getqus – screenshots2

    #20016
    acmesupports
    Moderator

    Try this below code. If not work, let us know.

    .post-thumb .cat-links {
        display: none !important;
    }

    Thank you

    #20024
    Serj Kordyk
    Participant

    I installed the code you sent. Everything is fine. Normally it works. Many thanks!
    his code should be cleared or should it always be there?

    #20040
    acmesupports
    Moderator

    It’s always be there. After the theme update you can remove that CSS. For now leave the code there.

    Thank you

    #20060
    Serj Kordyk
    Participant

    Indeed, I have the old version 1.0.3. How can the theme (template) be updated? Acquired in May 2017.
    thank you

    #20069
    acmesupports
    Moderator

    Hello Serj,
    If your recurring payment is stopped, it’s not possible to get the automatic updates. I will contact with the developer for this issues and inform you soon.

    Regards

    #20099
    Serj Kordyk
    Participant

    Thank you. I am waiting and hope for a positive answer.

Viewing 15 posts - 1 through 15 (of 30 total)
  • You must be logged in to reply to this topic.