Site logo

[Support request] Yoast seo breadcrums styling

Home Forums Support [Support request] Yoast seo breadcrums styling

Home Forums Support Yoast seo breadcrums styling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2494247
    SUNBIN

    Hi
    Can style yoast SEO breadcrums like this?

    Check the site and above there is breadcrumbs in button shape
    홈-국내쇼핑-옥션

    #2494372
    David
    Staff
    Customer Support

    Hi there,

    do you have a site with the breadcrumb? If so can i see it , and i can look at the CSS

    #2494396
    SUNBIN

    Sure but for my site i didnt apply yet.
    The demo would be like this. Check the site.

    #2494480
    David
    Staff
    Customer Support

    You can use this CSS to add a radius border background to ALL items:

    .breadcrumbs {
        padding: 10px 0;
    }
    .breadcrumbs a {
        padding: 5px;
        background-color: #f00;
        border-radius: 4px;
        color: #fff;
    }
    .breadcrumbs a:hover {
        background-color: #0f0;
        color: #fff;
    }

    But if you just want to style the home item then you can do this:

    .breadcrumbs {
        padding: 10px 0;
    }
    .breadcrumbs .home {
        padding: 5px;
        background-color: #f00;
        border-radius: 4px;
        color: #fff;
    }
    #2494873
    SUNBIN

    Oh thx david.

    I forgot say something.

    Can i make it in button shape plus dropdown style?

    As you see this one, its like navigation with dropdown.

    #2495107
    David
    Staff
    Customer Support

    You would have to Ask Yoast that question, its not something the theme can do.

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