rasmusteen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Menu actions – Menu changes color on mouse clickthank you! I’ll have a look into that.
Happy holidays!
Forum: Themes and Templates
In reply to: [Customizr] Menu actions – Menu changes color on mouse clickI’ve used this color setup for my menu’s:
/* Adjust Menu (white) text color */
/* when mouse hovers over Menu item (hover) */
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter {
color: #9B9B9B;
}/* Adjust Menu (green) text color */
/* when Menu item selected (active) */
.navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a {
color: #00AA93;
}Now I just need to know where to put that code you helped me with before ??
My last Issue and my site is up and running! Thank you so much.
Forum: Themes and Templates
In reply to: [Customizr] Menu actions – Menu changes color on mouse clickAbsolutely beautiful! ??
Forum: Themes and Templates
In reply to: [Customizr] Round images gone but keep the links?Ok, will do. New to this ??
Forum: Themes and Templates
In reply to: [Customizr] Round images gone but keep the links?Hi guys, sorry for interrupting. I’m as new as they come when, it comes to CSS.
And this was just what I was looking for!
I’ve tried:
.home .round-div{border:none;}but a (70px x 70px) small a.round div box appears in the top left corner. This is the link field so to speak.
My question is: I would like to adjust this field, so that it covers the whole picture/illustration and thereby links to page all over and not just in the top left corner on each ilustration.
see rsrdesign.dk if you need to know what I’m talking about!
Cheers and happy holidays and a great new year!
Hi, I’m as new as can be to CSS. I assume that you are leaving out some code here, some div code ?? Please enlighten me with the whole bunch of it. Thx in advance!