CMonique
-
Changing font colour of individual menu headings
I need the menu to resemble this one http://sbtv.co.uk/
-
Changing font colour of individual menu headings
No, I wanted to change the heading as you see them (currently white) without the hover. I.E. MUSIC (red) VIDEOS (blue) etc.
-
Changing font colour of individual menu headings
I just realised the #access a where the menu-item is, is the highlighter colour. I want to change the colour of the word from white to individual colours. Would I do this in the same way?
-
Changing font colour of individual menu headings
Ok, I'll look into Chrome when I've finished. I've done the script exactly like that now, but still...nothing. Not sure what else to do.
-
Changing font colour of individual menu headings
@dfogge, thank you, I don't use google chrome. I have found the correct menu item numbers though, can you please look at this code and tell me where I'm going wrong? #access a:hover, access li.current_page_item > a, access li.curre…
-
Changing font colour of individual menu headings
#access a:hover, access li.current_page_item > a, access li.current-menu-item > a { colour:#fff background:#000; text-decoration:none; } .menu-item-25 { font-colour:#fff } .menu-item-27 { font-color:#154AEB; } .menu-item-26 { fo…
-
Changing font colour of individual menu headings
Ok, I found all the menu item numbers and added them into the css. Hasn't done anything. The code that you just put above do I need to include that for it to work?
-
Changing font colour of individual menu headings
Oh I'm sorry, I've never used Web Inspector. Is that a program I have to download or something I can do online?
-
Changing font colour of individual menu headings
Ok, I tried to add what you suggested from menu-item-1 but it didn't do anything. Do I need to add anything to the main index page php for it to pick it up?
-
Changing font colour of individual menu headings
Hey Paulie, Thanks for replying, this is the only place I found menu-item within the css #access a:hover, access li.current_page_item > a, access li.current-menu-item > a { background:#000; color:#fff; text-decoration:none; } Should I…
-
Changing font colour of individual menu headings
#access ul { float:left; padding:0; margin:0; list-style:none; font-size:21px; font-weight:600; text-transform:uppercase; } This is the current code for that section, well that's where I changed the font size and it worked.
-
Changing Header Dimensions
The makers of the theme said that there's a bug within the custom header that they need to fix. Could that be why I can't resize it myself?
-
Changing Header Dimensions
The problem is the image won't go any bigger than 96px high. I need it to be much larger.
-
Aligning items in CSS
I have another website that has parameters larger than an ipad but it automatically shrinks to fit. Not sure what's up with this theme I'm using for this one.
-
Aligning items in CSS
oh ok, that makes sense! Thanks CrocoDillon. Thanks for your help Paulie, really appreciate it!
-
Aligning items in CSS
Just one more thing, is there something more I have to do to get it to look the same on the ipad? It is still sitting below on there
-
Aligning items in CSS
Wicked! It's moved!!! Thank you so much!
-
Aligning items in CSS
Ok, great the other sidebars have stayed normal. Now how do i move the sidebar-top image up into the space next to the slider?
-
Aligning items in CSS
I've removed the position:relative, is that correct?
-
Aligning items in CSS
Like this? #slider { float:left; } #sidebar-top { float:right; width:400px; text-align:center; } #slider { border:15px solid #000000; width:550px; height:300px; margin:10px; box-shadow:0 7px 10px 0 #444444; }
-
Aligning items in CSS
It hasn't moved the sidebar top but has messed up the lower side bars http://getyourswaggaback.com/
-
Aligning items in CSS
Is this what you meant Paulie D? #slider { position:relative; float:left; } #slider .sidebar-top, .widget { float:right; width:400px; text-align:center; } #slider { border:15px solid #000000; width:550px; height:300px; margi…
-
Aligning items in CSS
I've done the whole float:left thing and I've tried display:block, not sure if there is something else in the script that is somehow stopping it from working. Let me try it again and see.
-
Aligning items in CSS
Hi CrocoDillon, I thought I had put it in the #slider section, it definitely moved up there when I changed the script. I've hit a wall and not sure what to do with this, need to be finished today. What can I do? I just want a widget showing i…
-
Aligning items in CSS
Oh man! Maybe it's something within the theme, would you mind having a look at the rest of the code if I copy/paste it or Can I email it to you?
-
Aligning items in CSS
Really? I thought it has a size of 550px 300px. Where and how should I input that then?
-
Aligning items in CSS
Hey Paulie, They have widths, this is the section of the code I'm trying to sort out. When I gave the widget a px width it messed up the other sidebars further down the page. #slider { position:relative; } #slider .sidebar-top, .widget { …