• ntribrd

    (@ntribrd)


    Hello everyone.
    I am using Astra free and the problems I am facing are:
    Link to image
    1 – I am unable to change the title site color.
    2 – When the menu expands, the sections “conserje” is too close to the “Services”. Again, no idea of how to increase that space.
    3A- Background on expasion section. I would like to have it transparent.
    3B- That line on 3 “socorrismo” is too long. Instead of having a longer section or having in double line, is all together.

    Thank you in advance to anyone that can solve this nightmare of mine 🙂

    • This topic was modified 5 years ago by ntribrd.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ntribrd

    (@ntribrd)

    So
    1- I’ve managed to change title color with CSS, but doesn’t seem to “stay” on that color, when you reaload on live.
    .site-title a {
    color: #COLOR;
    }
    2- “displacement”? 30px on submenu

    I’m still struggling with both 1, 3A and 3B.
    Also, If you resize your browser, the menu line, each element stays on top of each other, exactly as the submenu items (problem 3)

    • This reply was modified 5 years ago by ntribrd.

    Hi @ntribrd,

    I know that you have figured out a few things, however, I would like to respond to all of your initial queries.

    1 – I am unable to change the title site color.
    → There’s no option available on the Astra free to change the Site Title color. You will need a custom CSS for that. And for your CSS, you might need to add !important, so it will look like below

    .site-title a {
        color: #COLOR !important;
    }

    2 – When the menu expands, the sections “conserje” is too close to the “Services”. Again, no idea of how to increase that space.
    → I am not sure why the submenu is very close to the parent menu. Even giving 0 (zero) to the Top Offset shouldn’t bring the submenu that close. Please share your live site URL so we can have a better look at it.

    3A- Background on expansion section. I would like to have it transparent.
    → Option to configure the submenu background is also not available on the Astra free.

    3B- That line on 3 “socorrismo” is too long. Instead of having a longer section or having in double line, is altogether.
    → I am quite sure this is related to something that causes the issue on query #2. Please share the site URL.

    Kind regards,
    Herman 🙂

    Thread Starter ntribrd

    (@ntribrd)

    It’s a website that I’m going to show to another person, so I can’t have it live, because of that. 🙁

    The strange thing is that when I was using the old header, I didn’t have any problem at all. Everything worked fine, but when I switched to the new header, that line “3B” didn’t … well You see what happened.

    So the solution at the moment, is to switch to old header. I am still wondering why that happened on the new header

    Hi @ntribrd,

    If you like for us to assist further, you can open a ticket thru our Support Portal where you can share the site without letting people around the globe knows about the site 😁

    You can mention this topic so you don’t need to re-explain the query.

    Kind regards,
    Herman 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem in header menu’ is closed to new replies.