• neha_joshi_rocks

    (@neha_joshi_rocks)


    I have just completed editing Suffusion theme for my self-hosted WP blog.

    Here is the link.

    http://www.hotmug.org/

    Now, I wants some other minor customizations but unable to do so cause am new to WP and I have to launch my site from April 1, 2013.

    Please visit my site or check screenshot to understand what I wants.

    http://s12.postimg.org/42ezustml/Hot_Mug.jpg

    1. I was able to remove border of search bar and other sidebars, but in this search bar, a border of color is still there. (#888888)
    How can I remove this?

    2. I wants to remove that line under my header image. (#c0c0c0)

    3. Blog is covered by a border of color #c0c0c0. I need to remove this too.

    4. Widget Title and Widget contents are divided by a dotted line of color #c0c0c0. I wants to make that dotted line as straight line of color #ffffff.

    5. I wants to make my header image as link for my ‘Home Page’

    6. I wants to align widget titles to center whereas contents aligned to left.

    Please provide me required CSS to perform those operations. If these is any other method to do this, please also tell me in little detail. I tried firebug and succeed in doing almost all required work but these 6 tweaks are still left.

    Any help would be highly appreciated.

    Regards,
    Neha

Viewing 4 replies - 1 through 4 (of 4 total)
  • kevinhaig

    (@kevinhaig)

    1. 1. I was able to remove border of search bar and other sidebars, but in this search bar, a border of color is still there. (#888888)
    How can I remove this?

    .searchfield {
        border: medium none;}

    2. Blog is covered by a border of color #c0c0c0. I need to remove this too.

    #nav {
        border-bottom: medium none;
    }

    3.Looks like you solved this

    4.Widget Title and Widget contents are divided by a dotted line of color #c0c0c0. I wants to make that dotted line as straight line of color #ffffff.

    .dbx-handle {
        border-bottom: 1px solid #FFFFFF;}

    5. I wants to make my header image as link for my ‘Home Page’
    If you are using a WordPress header image it needs to be set up as a link in the header.php code.

    6. I wants to align widget titles to center whereas contents aligned to left.

    .suf-widget h3, .suf-widget h3 a, .suf-widget h3 a:visited {text-align: center}

    Thread Starter neha_joshi_rocks

    (@neha_joshi_rocks)

    @kevinhaig

    Thank You…Thank You…Thank You 🙂
    You are amazing.

    Last question, How can I edit header.php… I mean I have read that changing parent theme is no use as update will remove all customizations.
    I have only style.css
    Do I have to copy header.php and after that will have to edit it?

    kevinhaig

    (@kevinhaig)

    I took a quick look at the header.php and It’s not obvious to me where the header image is being loaded. I think you will need to contact the theme author for some help.

    Thread Starter neha_joshi_rocks

    (@neha_joshi_rocks)

    @kevinhaig
    I have posted question on his forum.
    Anyway, thanks a lot for your help. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Suffusion] Need CSS for minor tweeks’ is closed to new replies.