How can I edit the css to achieve this?

Homepage Community Forums Legacy Theme Support How can I edit the css to achieve this?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8416
    George_71
    Customer

      Hi Wes,

      I am very happy with this theme, a big thanks!

      How can I edit the CSS so the space beneath the breadcrumbs and above the page title will become smaller?
      (It should not affect readability of the page showing on mobile devices)

      How can I edit the font of the breadcrumbs?
      have a look here
      edit css

      Thank you George

      #8424
      Wes
      Moderator

        I would need a link in order to know for sure (screenshot won’t work)….but if you want to find it take a look at editing your .site-inner and edit the margin/padding. Then look for the breadcrumbs in your css –

        .breadcrumb {
        margin-bottom: 20px;
        margin-bottom: 2rem;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.