Some minor issues

Homepage Community Forums Legacy Theme Support Some minor issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21115
    Ulrich
    Customer

      Most of the issues I reported two days ago where completely gone the following day. I suppose there must have been some glitch on the server end. But I still have a number of things that I cannot figure out:
      1. My site title is 19 letters and hence cannot be displayed on one line…
      2. …I could live with that as long as the tagline would show, but it doesn’t
      3. I uploaded a site icon but it doesn’t show.
      4. The ol tag cannot be modified by adding type=”a”. Is this a bug or intended?
      5. In the customiser, all I see is “Change the default accent colour for links, buttons, and more.” I can do that, but how can I change the colour scheme so that the menu bar is no longer black but changes into a different colour?
      the site is https://www.holidayhome-auckland.com
      Thank you,

      #21116
      Andykev
      Customer

        Line 1463 of your css. ADD a width property.

        .site-title {
        	font-family: 'Oswald', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        	font-size: 36px;
        	font-weight: 400;
        	line-height: 1;
        	margin-bottom: 0;
            min-width: 360px;
        }
        #21117
        Andykev
        Customer

          Nav bar color line 1649 of your css. In this example, it’s changed to red.

          /* Primary Navigation
          --------------------------------------------- */
          
          .nav-primary {
          	background-color: #f70808;
          	/*background-image: url(images/nav-bg.png);*/
          	text-align: center;
          }

          If you have sub-menus (drop down) you need to change those as well.

          Those will be in the line beginning at 1581

          .genesis-nav-menu .sub-menu a {
          	background-color: #f50303;
          	font-size: 12px;
          	padding: 20px;
          	position: relative;
          	width: 200px;
          	word-wrap: break-word;
          }
          #21121
          Ulrich
          Customer

            I think your responses belong to another customer’s inquiry. They don’t seem to be related to my questions, which were:
            1. My site title is 19 letters and hence cannot be displayed on one line…
            2. …I could live with that as long as the tagline would show, but it doesn’t
            3. I uploaded a site icon but it doesn’t show.
            4. The ol tag cannot be modified by adding type=”a”. Is this a bug or intended?
            5. In the customiser, all I see is “Change the default accent colour for links, buttons, and more.” I can do that, but how can I change the colour scheme so that the menu bar is no longer black but changes into a different colour?
            the site is https://www.holidayhome-auckland.com
            Thank you,

            #21122
            Andykev
            Customer

              Holiday Home Te Koru

              Is that your sight title? The current appearance is stacked.

              HOLIDAY HOME
              TE KORU

              using the code I gave you it reads on one line:

              HOLIDAY HOME TE KORU

              and… I was able to change your menu bar from black to red.

              So I am confused. Is this what you are asking?

              #21123
              Ulrich
              Customer

                Oh, I see, thank you. So it is no longer switching the colour scheme manually as in legacy 1.3?

                Would you mind answering the other questions too?

                My problems are:
                1. Tagline doesn’t show
                3. Site icon doesn’t show.
                4. The ol tag cannot be modified by adding type=”a”. Is this a bug or intended?

                Many thanks,

                Uli

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