How to setup categories in header of the mail page

Homepage Community Forums Aspire Theme Support How to setup categories in header of the mail page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21069
    Lojze
    Customer

      Thank you Wes for answering, but I can not reply to your answer, so this is what I did:

      “I want to have categories like http://10beasts.com/ (look at BLOG, COMPUTERS & TECHNOLOGY,
      HEALTH & BEAUTY, SPORTS & OUTDOORS), not like I have at my site at http://www.ilovecoffeesomuch.com/ (look at TOP SINGLE SERVE COFFEE MAKERS 2017, …).”

      I have shortened my categories description, so this is a little bit better. But how can I make them “bold” and increase fonts?

      Thank you in advance.

      #21100
      Wes
      Moderator

        “Thank you Wes for answering, but I can not reply to your answer”

        Anytime the reply field doesn’t show up and the thread is still open, just click your reload button on your browser so it will instantly clear your browser cache (then it will show up again). Here’s more info – https://appfinite.com/topic/having-trouble-logging-in/ It doesn’t happen all the time, but sometimes it does for certain users due to Browser Cache.

        To increase the font weight (add bold) look for this in your style.css file –

        .genesis-nav-menu a {
            color: #fff;
            display: block;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 2px;
            padding: 30px 15px;
            text-transform: uppercase;
        }

        You can change font-weight: 300; to 400, 500, 600, or 700 and that will make the font bolder. Just choose between those weights.

        You should also be able to increase the font from the above code as well.

        #21172
        Lojze
        Customer

          Hi Wes,

          Still some troubles.

          I have edited Aspire Pro: Stylesheet (style.css) into:

          .genesis-nav-menu a {
          color: #fff;
          display: block;
          font-size: 18px;
          font-weight: 600;
          letter-spacing: 2px;
          padding: 30px 15px;
          text-transform: uppercase;

          … and saved file, but got no changes.

          What’s a problem?

          #21187
          Lojze
          Customer

            Today everything is fine. I don’t know what worked wrong last time.

            Also:

            I would like to increase a font of site’s name (“ILoveCoffeeSoMuch”) above categories. Where exactly in style.css is place for this font increase?

            #21188
            Lojze
            Customer

              I dare to try by myself at .site-title { …

              … and it worked …

              #21193
              Wes
              Moderator

                Yep, that’s it 🙂

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘How to setup categories in header of the mail page’ is closed to new replies.