BjScott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] Clickable header image – link to homepage?Hi Amanda,
If you go into your Media Library, on the page that has the long list of all your photos, you will see a column to the right of your photo that says “attached” or “unattached” across from the photo.
If you find your header logo image, and then click “attach” it will pull up a list of your sites pages….choose the home page for it to “attach” to.
Hope that works!
Forum: Themes and Templates
In reply to: [Toivo Lite] Site Description Font SizeOk…to get rid of the black line under “Home” & the other section titles, try putting this into your Custom CSS file:
.entry-header .entry-title:after, .front-page-area>.entry-title:after {
display: none;
}Hope that will work!
Forum: Themes and Templates
In reply to: [Toivo Lite] Site Description Font SizeHello!
Ok…to remove the border and change the font of the sub-title,
put this code into your custom CSS:.site-title {
border:none;
}.site-description{
font-size: 2em;
}Im still looking at that line under “Home”!
Forum: Themes and Templates
In reply to: [Toivo Lite] Site Description Font SizeHello!
Can you post the link to your site…& I’ll take a look!
Thanks,
BrendaForum: Themes and Templates
In reply to: [i-excel] Fixed HeaderHello~!
Can you post the link to your site so I can take a look?
You are wanting the header area to NOT be fixed, correct?
Thanks!
BrendaForum: Themes and Templates
In reply to: Changing text color of footer linksHi!
Try this in your Custom CSS to change the colors of the links in your footer (can change the #fff to whatever you’d like!:
#footer a {
color: #fff;
}Forum: Themes and Templates
In reply to: Getting rid of excess space below headerYay! That looks a lot better! You are welcome!
Forum: Themes and Templates
In reply to: Getting rid of excess space below headerHello!
Try this in your CUSTOM CSS:
#sidebar-header {
display: none;
}Hope that works!
BrendaForum: Themes and Templates
In reply to: [Origamiez] Menu ProblemHi,
Can you post a link to your site?
thanks!
BrendaForum: Themes and Templates
In reply to: [Zerif Lite] Focus area's list buttons…Try this instead:
#menu-sidebar .menu ul {
list-style: none;
}Forum: Themes and Templates
In reply to: [Zerif Lite] Focus area's list buttons…Hello!
Try adding this to your Custom CSS file:
menu ul {
list-style: none;
}…see if that makes those bullet point icons disappear.
Forum: Themes and Templates
In reply to: Changing line height/make text single spaceHooray! You are very welcome!
Forum: Themes and Templates
In reply to: [Origamiez] Menu ProblemHello!
When you go to Appearances / Menus , do you have the pages added to the correct menu name, such as main menu ?
Thanks!
BrendaForum: Themes and Templates
In reply to: Changing line height/make text single spaceTry putting this at the bottom-
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
margin: 0 0 16px;
line-height: 125%;
}Forum: Themes and Templates
In reply to: [Zerif Lite] Focus area's list buttons…Hi Jan!
Can you post a link to your site?
Thanks!
Brenda