Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #710184

    Hello,

    How can I create some styling to a sidebar: font color, font size, alignment, background color etc.? Link to website: http://www.myredbag.dk/produkt-kategori/tasker

    Best regards,
    Helle Østergaard

    #710517

    Hi Helle,

    We can help you out with that but could you try to be a bit more specific as to what you are looking to achieve please? A screenshot highlighting the changes you would like to make might help us understand better.

    Best regards,
    Rikard

    #710585

    Hi Rikard,

    Thanks for your reply.

    At this link you can see how the sidebar looks rigtht now: http://www.myredbag.dk/produkt-kategori/tasker
    And here your can see how I want it to look: http://www.myredbag.dk/wp-content/uploads/2016/11/Screenshot_sidebar.png
    I want the hover color to be red and also the active link to be red.

    A second question: can I make a attachment to this post?

    Best regrads,
    Helle Østergaard

    #711220

    Hi,

    try this code:

    #menu-taske .current-menu-item a:visited {
    color: red;
    }
    #menu-taske .current-menu-item a:hover {
    color: red;
    }

    Best regards,
    Andy

    #711229

    Hi,

    Thanks for your reply. But what about all the other things I want to change? Have you look at the to links I have sent?
    Hope for a quick reply :-)

    Best regards,
    Helle Østergaard

    #711869

    Hi,

    Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    To style your sidebar use this code:

    h3.widgettitle {
    font-size: 12px;
    color: red;
    background: blue;
    }
    .textwidget {
    font-size: 12px;
    color: red;
    background: blue;
    }

    Best regards,
    Andy

    #712022

    Hi,

    I have earlier sent you to links who showed the changes I wanted to make but now it doesn’t matter. I got help elsewhere and the changes are made. I couldn’t wait any longere.

    Best regards,
    Helle Østergaard

    #712325

    Hi,

    Great, glad you got it fixed :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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