Get rid of "Tags" and "Author" on Blog page

Hello.

There's a Blog page. https://www.task.ua/novini-ta-povidomlennya-kua/

I want to see a Category selection link only. No "Tags", no "Author". https://snipboard.io/IZa5ON.jpg

As well I'd like to change link color on this page withour referring to Theme Options. Is this possible? How?

Can I erase light-grey striped background (marked on screenshot)?

Thank you.

Comments

  • Hello,

    Please, go to Betheme -> Theme options -> Blog, Portfolio & Shop -> Blog, and from Filters dropdown select Show only Categories.

    Please, try the following CSS code:

    #Filters a{
       color: #213700!important;
    }
    #Filters .filters_buttons{
       padding: 30px 10px!important;
    }
    

    Thanks

Sign In or Register to comment.