Home › Forum › Customization › Margins & Borders +
- This topic has 7 replies, 2 voices, and was last updated 13 years, 1 month ago by
StartupWP.
-
AuthorPosts
-
January 18, 2013 at 4:01 PM #454
StartupWP
Keymaster1. Use:
nav {
display: none;
}2. Use:
#content {
padding: 0;
}
.entry-content {
margin: 0 !important;
}3. Use:
#container, #breadcrumbs, #twitter-feed {
box-shadow: none;
}January 19, 2013 at 8:27 AM #456jerry101
ParticipantThank you very much, those all worked. Now have an issue I haven’t run into before. I am using a custom columns plugin (1/3, 2/3, etc) I’ve tried two plugins with the same result, the default text (color and size) comes through even though I’ve over rode it in the custom options. I do need the 3 column format for a custom home page. How can I get the text to conform to my custom settings? If you have a better idea for columns that won’t interfere with the custom text, I’m all ears. http://www.indoorfootballdigest.com/fever2/
January 19, 2013 at 6:56 PM #457StartupWP
KeymasterAssuming this is one of the customizations you would like to make:
.GTTabs_divs {
color: #FFFFFF;
}If you have other specifics in mind, please let us know and we’ll try and accommodate.
January 20, 2013 at 1:27 AM #459jerry101
ParticipantWell thanks for the try, but that didn’t work, but (yes another but) doesn’t matter as the only text will be pulled from other pages and that comes through in the right color. I am not sure anything can be done here, but compare two headlines. Both use the same plugin (WP Category Post List Widget) In the first theme we see large headline text http://www.indoorfootballdigest.com/custom/ Now in your theme http://www.indoorfootballdigest.com/fever2/ the headline comes through the same size as the content text. Anyway to set the headline portion to a larger size?
January 20, 2013 at 7:07 PM #461StartupWP
KeymasterActually, we have pretty much full control over the look and feel of your website, just having difficulties understanding the specific areas and how you would like to style them.
If possible, can you take a screenshot and then perhaps circle the areas you want to style with further notes?
You may also attempt to find the specific classes/IDs yourself with the methods outlined here, where I can then further help you style them:
January 21, 2013 at 7:05 AM #465jerry101
ParticipantI’m sorry if I lost you. Take a look at this page, . http://www.indoorfootballdigest.com/fever2/41/ Here I’ve used three separate widgets that use custom text input. The main content area of course is the stock archive page, no widget there. As you will notice the font color is the default gray, not white as I put into the options area.
January 21, 2013 at 1:40 PM #468StartupWP
KeymasterHere’s what you need:
body #content, body #sidebar {
color: #FFFFFF;
}Note that you did set the body color correctly, however it won’t take precedent over all areas. Some things need more specificity.
-
AuthorPosts
- You must be logged in to reply to this topic.
