-
AuthorPosts
-
November 9, 2016 at 12:09 pm #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 ØstergaardNovember 10, 2016 at 4:36 am #710517Hi 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,
RikardNovember 10, 2016 at 9:14 am #710585Hi 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 ØstergaardNovember 11, 2016 at 4:13 pm #711220Hi,
try this code:
#menu-taske .current-menu-item a:visited { color: red; } #menu-taske .current-menu-item a:hover { color: red; }
Best regards,
AndyNovember 11, 2016 at 4:22 pm #711229Hi,
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 ØstergaardNovember 14, 2016 at 11:25 am #711869Hi,
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,
AndyNovember 14, 2016 at 3:47 pm #712022Hi,
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 ØstergaardNovember 15, 2016 at 6:01 am #712325 -
AuthorPosts
- You must be logged in to reply to this topic.