Change Breadcrumb Header on category pages

This topic has 6 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler

  • Avatar: strangehaven
    strangehaven
    Participant
    March 23, 2019 at 22:25

    I was wondering if it were possible to change background of the breadcrumb header on each category page to be unique according to the category?

    Also: How can I remove the word “category” in the category images that display on the homepage?

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 25, 2019 at 10:15

    Hello,

    1) There is no such possibility by default.
    2) You can use custom CSS code to remove it. I must be able to see your site to give a correct code.

    Regards

    Avatar: strangehaven
    strangehaven
    Participant
    March 25, 2019 at 18:41

    Okay thanks.

    Ill give you access so you can help me with the css.

    Some other minor questions (thank you so much for your time!)

    1. on this page http://www.thestrangehaven.com/tarot-services
    I am using the EVC Section Title – I was wondering what css font is it pulling from so I can use this for the main body text of my site?

    2. On the homepage – the small text that is above the product title that is the category (ex: “candles”) where can I make this uppercase?

    3. On the blogs posts (ex: http://thestrangehaven.com/2019/03/20/emerge-spring-equinox-2019-super-full-moon-in-libra/)
    Is it possible to move the “reply/comments” section above the recent posts?
    And then also is it possible to place this within an accordion like section that will open up with a button or link?

    Thanks again for all your help. =)

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 26, 2019 at 09:14

    Hello,

    .product-category .categories-mask span {
        display:  none;
    }

    As I can see, Gutenberg plugin is activated on your site. From WP 5.0 Gutenberg editor is a default editor, so you can disable the plugin and uncheck disabling of the Gutenberg here http://prntscr.com/n302dn
    1. http://prntscr.com/n301a8
    2.

    .carousel-area .product .product-details .products-page-cats a {
        text-transform: uppercase;
    }

    3. There is no such possibility, by default. It requests additional customization in files, which is beyond our basic support scope.
    You can disable Related posts via Theme Options > Blog & Portfolio > Blog layout.

    Regards

    Avatar: strangehaven
    strangehaven
    Participant
    April 11, 2019 at 22:23

    Thanks for your help.

    on my blog the tags seem to be misaligned with the recent posts (http://thestrangehaven.com/2019/03/20/emerge-spring-equinox-2019-super-full-moon-in-libra/)

    is it possible to bring it down some so that they don’t run into each other?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 12, 2019 at 07:35

    Hello,

    Please add this custom CSS code:

    .related-posts {
        margin-top: 90px;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.