Viewing 10 posts - 21 through 30 (of 30 total)
  • Author
    Posts
  • #15515
    azizwaing
    Participant

    Nevermind I found out, but I still have a problem:

    If you check out my site you will see a white space below my featured header image. How do I remove it?

    Thanks

    #15516
    azizwaing
    Participant

    Also, how do I remove the white space below my slider?

    #15521
    Sakin
    Keymaster

    @azizwaing: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { display: none; }

    #15713
    azizwaing
    Participant

    Hi Sakin, if you look at my homepage, you will see a chunk of white space below my featured image slider. Is there a way I can remove it? Thank you!

    #15714
    azizwaing
    Participant

    If that’s not possible, is there a way to even it out by putting a white space before the featured image slider?

    #15748
    Sakin
    Keymaster

    @azizwaing: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home #main { display: none; }

    #15838
    azizwaing
    Participant

    Hi Sakin, if you check out my homepage, how can I remove the box shadow around the logo area and around my featured header to make it look integrated?

    Also, how do I make the text and text boxes on my placement/contact pages align with the picture’s margin.

    Thanks

    #15842
    Sakin
    Keymaster

    @azizwaing: To remove box shadow, you can add the following CSS in “Appearance => Theme Options => Custom CSS box.
    #main-feat-img { box-shadow: none; }

    But for contact page and placement, you need to work with your CSS developer. It’s but confusing.

    #15869
    azizwaing
    Participant

    Thanks Sakin for all your help so far,

    How can I put a 6px #CCCCCC coloured border around the slider on my placement page? Something similar to the one you see in tdcat.com homepage. Thanks

    #15904
    Sakin
    Keymaster

    @azizwaing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .su-slider { border: 6px solid #ccc; }

Viewing 10 posts - 21 through 30 (of 30 total)
  • The topic ‘Bolding Headers’ is closed to new replies.