New Topic

Margins & Borders +

Home › Forum › Customization › Margins & Borders +

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #454
    StartupWP
    Keymaster

    1. Use:

    nav {
    display: none;
    }

    2. Use:

    #content {
    padding: 0;
    }
    .entry-content {
    margin: 0 !important;
    }

    3. Use:

    #container, #breadcrumbs, #twitter-feed {
    box-shadow: none;
    }

    https://startupwp.com/topic/customizing-your-theme/

    #456
    jerry101
    Participant

    Thank 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/

    #457
    StartupWP
    Keymaster

    Assuming 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.

    #459
    jerry101
    Participant

    Well 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?

    #461
    StartupWP
    Keymaster

    Actually, 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:

    https://startupwp.com/topic/customizing-your-theme/

    #465
    jerry101
    Participant

    I’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.

    #468
    StartupWP
    Keymaster

    Here’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.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.