Need Help with Sub Category Blog Roll

Home Forums Iconic One Pro Support Need Help with Sub Category Blog Roll

This topic contains 2 replies, has 2 voices, and was last updated by  wlarrylozada 7 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4673

    wlarrylozada
    Participant

    Hi Support Team,

    I’m having problem with the sub category blog roll.
    1. I want to remove the “CATEGORY ARCHIVES: blah blah” above the first post
    2. I want the subcategory tags to be white font.
    3. I want to remove the tags next to the category and subcategory tags.

    You may open my site to see those things I wanted to change: http://purplehedge.com/category/online-course-reviews/wealthy-affiliate

    Alternately you may use this link to see the image:
    https://postimg.org/image/4puh92hrp/

    Thanks a lot for the help

    #4674

    1) Check out category.php line 41 – remove that line

    2) It will require custom work

    3) The code below will hide tags in category pages

    .category .tags {
        display: none;
    } 
    #4675

    wlarrylozada
    Participant

    Thank you support team.

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

You must be logged in to reply to this topic.