• Hello

    I have two problemt which I hope that you can help me with.

    Here is my page: https://www.rasmusgodsk.dk

    The first problem is:
    I want the text in the footer to be in the middle (height wise) and in the left side of the footer. Can you help me about with that?

    Second problem is:
    When people are going through the menus it does not tell them which one they are in. For example when you are in “kontakt” I want the “kontakt” menu button to stay red. How can I do that?

    I hope ou can help me.

    Best regards
    GodskR

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The developers and users of your theme would be the best people to ask. You can reach them here:

    https://www.ads-software.com/support/theme/sydney

    Hello @godskr

    You can achieve this by applying following CSS code.

    Use for the first problem …

    .footer-widgets .widget-title {
        text-transform: uppercase;
        color: #c5c5c5;
        line-height: normal;
        margin: 35px 0 0;
        text-align: center;
    }

    And Use for the Second problem…

    #mainnav ul li a:active {
        font-size: 14px;
        color: #c17715;
    }

    Hope this will help.

    Thanks.

    Hello @godskr

    You can achieve this by applying following CSS code.

    Use for the first problem …

    .footer-widgets .widget-title {
    text-transform: uppercase;
    color: #c5c5c5;
    line-height: normal;
    margin: 35px 0 0;
    text-align: center;
    }

    And Use for the Second problem…

    #mainnav ul li a:active {
    font-size: 14px;
    color: #c17715;
    }

    Hope this will help.

    Thanks

    Thread Starter GodskR

    (@godskr)

    Hello

    Thanks for the answers.
    wbc:
    The first code did it for me. But I’ve tried to put in the second one for the menu. But it does not seem to solve the problem. The colour still fades away.

    Thank you.
    GodskR

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer and menu’ is closed to new replies.