dtpage
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinnacle] Cant Change Default Header PhotoHmm. I’ve installed and activated the toolkit. Now I have fewer options. From the dashboard I have appearance > customize > then four options: site identity, menus, widgets, static page. No “theme options” menu. No “Site Header” or slider option. Please advise. Thanks!
Forum: Themes and Templates
In reply to: [Pinnacle] Cant Change Default Header PhotoSeems I’m having the same issue. Trying to change background image…
dashboard > themes > customize > page title only gives me these options:
Show the Page Title by Default (On/Off)
Page Title Color
Page Subtitle Color
Page Title AlignNo Home Slider Option
Forum: Themes and Templates
In reply to: navbar stylesSorry, the relevant code in the default.ultimate.css, as far as I can tell, is:
ul.dropdown li.hover *.open {
position: relative;
z-index: 600;
margin: -1px 0;
padding-top: 5px;
padding-bottom: 5px;
border-color: #f0f0f0 #666 #666 #f0f0f0;
background-color: #fff;
background-image: url(images/dropdown_arrow.png);
color: #000000;
}But changing the color code there doesn’t seem to have any effect on the navbar menu items.
Forum: Themes and Templates
In reply to: navbar stylesOkay. Perhaps not so easy as it had initially seemed. The relevant code according to Firebug is as follows (from dropdown>themes>stylish>default.ultimate.css):
ul.dropdown li a, ul.dropdown .dir {
border-color: #FFFFFF;
border-style: solid;
border-width: 0;
color: #000000;
}When I test change the color (#000000 to #CEBA39) in Firebug it does what I want it to (changes the color of navbar menu items). But then I can’t find the exact same lines of code in the actual default.ultimate.css:
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
I tried changing the #000000 that I did find in default.ultimate.css and replaced the old one via ftp but it had no effect. Any ideas? Thanks!
Forum: Themes and Templates
In reply to: navbar stylesrocknroll! thanks again!
Forum: Themes and Templates
In reply to: navbar stylesGreat. Thanks so much! I’ve found the file. In order to edit it, do I just open it in something like simpletext, then save it as a .css file, then upload the new file by ftp?
Forum: Themes and Templates
In reply to: navbar stylesThanks so much esmi and Rev. Voodoo. Firebug is definitely the deal! I found the code I need, but now can’t find the default.css in order to make the actual changes. Any ideas?
Forum: Themes and Templates
In reply to: navbar stylesWow. Very cool. What does it mean when there’s a strikethrough on a line of code? And where do I find default.css in my WP editor? Also: if I edit right there in the Firebug window it doesn’t seem to affect the website…