Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1174088
How can I edit category page for my blog? There is no option to edit anything in here.
Closed

Comments

  •  2
    Narerit started the conversation

    When I click on the category link on my blog.

    Like I provide in the attached pic "Category click".

    It brings me to the category page and I can't find where can I edit something on this page.

    It just seems like default page for the theme.
    Like I provide in attached pic "Category page".

    How can I edit like use visual composer for this page?
    Disable a top area and page title and breadcrumb.

    I think It's a big problem.

    Regards

    Narerit



  •  7,092
    Oliver replied

    HI!

    Sorry, It's not possible to edit archive pages via visual composer. 

    For removing page title pls. use following css:

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

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Narerit replied

    How about disable top-area?

    Hope your team will find the way to solve this issue.

    I think it better if we can adjust this page like others.

    Wait for your new updates.

    Thank you anyway.

  •  7,092
    Oliver replied

    HI!

    Css:

    .archive div#top-area {
        display: none;
    }
    

    sorry, it's not possible to edit this page via visual composer.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver