BjScott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove Category TitleHello!
Try this in your Jetpack CSS:
.page-header {
display:none;
}Let me know if that works!
BrendaHello!
Can you post a link to your site so I can take a look?
Thanks!
BrendaForum: Themes and Templates
In reply to: [Moesia] Top Menu WidthHello! Did you fix it? I just looked at your site and the menu looks in the right place!
Brenda
Forum: Themes and Templates
In reply to: [evolve] Move the menu alignment to the rightHello!
Well, try this in your Custom CSS in your child theme, and see if this helps:
nav#nav {
float: right;
margin-right: auto;
margin-left: auto;
width: 750px;
margin-top: -60px;
}let me know if that works for you!
BrendaForum: Themes and Templates
In reply to: [Gridsby] How todelete share buttonHello!
Could you please share the link to your site so I can take a look?
Thank you!
BrendaForum: Themes and Templates
In reply to: [MesoColumn] Breadcrumb sizeHello!
Can you please post a link to your site so I can take a look?
Thanks!
BrendaForum: Themes and Templates
In reply to: [Sugar and Spice] Font size Sugar and SpiceHi Vic –gorgeous site! I think I gained 5# just looking at the photos!
In your custom CSS try this for the title and paragraph text sizes:
.entry-title, .page-title {
font-size: 2.5em;
}.entry-content, .page-content p {
font-size: 2.0em;
font-weight: 400;
line-height:1.3em;
}let me know how that works!
Thanks,
BrendaForum: Themes and Templates
In reply to: [evolve] Header HeightHello,
If you go to Appearances / Menu ….is there an option to choose to locate your menu in the header area?Brenda
Forum: Themes and Templates
In reply to: [Simpleo] Remove Main Nav?Hello!
Can you please post a link to your site so I can take a look?
Thanks!
BrendaHello!
Could you please post the link to your site so I can take a look?
Thanks!
BrendaForum: Themes and Templates
In reply to: [Tracks] Remove All Caps on TitleHello! Beautiful site!
Ok, put this code into your Custom CSS –this should have only the first letter capitalized:
.site-title {
text-transform: none;
}Let me know if I can help further,
BrendaForum: Themes and Templates
In reply to: [Virtue] how to make content in widget centeredHello! Yes it can be centered!
Can you please post the link to your site so I can take a look?
Thanks,
BrendaForum: Themes and Templates
In reply to: [Boutique] Add a logoWhile I know I can probably help, I don’t believe they allow you to post that here in the forums…
Forum: Themes and Templates
In reply to: [Moesia] Top Menu WidthHello!
I took a look at your menu issue…and I think by decreasing the column that holds your logo “Bistec”, the navigation menu will shift to the left, and should enable you to add more text to that button.
Try adding this to your child theme’s Custom CSS:
.site-branding col-md-4 {
width: 28.333333%;
}Let me know how that works for you!
Thanks!
BrendaForum: Themes and Templates
In reply to: [Vantage] Remove vertical spacing between sidebar widgetsHello!
Can you please post a link to your site so I can take a look at that widget area?
Thanks!
Brenda