BjScott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing line height/make text single spaceAha….try this for your line height….and adjust up or down and see if that gives the look you are going for:
.entry-content p {
line-height:125%;
}Brenda
Forum: Themes and Templates
In reply to: Changing line height/make text single spaceHello! Beautiful photos on your site!
Did you resolve the spacing? When I looked at your site it looks like single spacing…
Thanks!
BrendaForum: Themes and Templates
In reply to: [Boutique] Add a logoHello!
Can you post a link to your site so I can take a look?
Thanks!
BrendaForum: Themes and Templates
In reply to: [Make] Clickable header image – link to homepage?Hello Amanda!
Can you post the link to your site so I can take a look?
Thanks!
BrendaForum: Themes and Templates
In reply to: [Fukasawa] Header is missing and posts only go to one columnLook in your CSS style sheet…
Forum: Themes and Templates
In reply to: [Guardian] Email link broken (social option)Hello!
Can you post a link to the site so I can take a look?thanks!
BrendaForum: Themes and Templates
In reply to: [Fukasawa] Header is missing and posts only go to one columnHello!
Not sure, but look in your CSS file and see if you see this:
head {
display: none;
}If so change to
head {
display:inline;
}Perhaps that will work!
BrendaForum: Themes and Templates
In reply to: [Flat Responsive] Can't Remove Sidebar Widgets..& I imagine you are using the template that is full width for the page, not the sidebar one. Probably are, but have to ask!
Forum: Themes and Templates
In reply to: [Flat Responsive] Can't Remove Sidebar WidgetsHello–I sure know how frustrating figuring these things out can be!
Just curious if this would work in your Custom CSS:
#sidebar .complimentary {display:none; }
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Widgets Missing From Static Front PageHello!
When I pull up your webpage, I see the sidebar…So you must have figured it out? 🙂
Forum: Themes and Templates
In reply to: [Flat Responsive] Can't Remove Sidebar WidgetsHello!
Did you resolve the widgets showing issue? I just looked at your page and I don’t see any on my end!
Forum: Themes and Templates
In reply to: Remove bold from text in BNS Add WidgetHello!
Try this in your Custom CSS:
.bns-add-widget-title {
font-size: 12px;
font-weight: lighter;
}Hope that works!!
Forum: Themes and Templates
In reply to: [First] Remove site title from homepageFabulous! You are very welcome!
Forum: Themes and Templates
In reply to: [Zerif Lite] How to remove the navbarHi!
Try putting this into your Custom CSS:
#main-nav.fixed {
display:none;
}This will remove the entire white area at the top…hope that works for you!
BrendaForum: Themes and Templates
In reply to: [Tracks] Delete hoover over the logoHello!
Try putting this code into your Custom CSS:
.site-title:focus, .site-title:hover {
opacity: 1.0;
}Hope that works!
Brenda