Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 13 posts - 1 through 13 (of 13 total)

removing the space under logo

Home Forums Misc. General Forums removing the space under logo

  • #12592

    alexey

    subscriber

    Hello.

    How can I remove the space under the logo ?

    [attachment=4955,300]

    #18194

    alexey

    subscriber

    I found how to remove space..

    But can’t find where to change the size of the menu font…

    #18195

    Towfiq I.

    administrator

    Add this to your stylesheet:

    body #topmenu ul li a{font-size:18px!important;}

    #18196

    alexey

    subscriber

    Thanks !

    #18197

    elisabeth

    subscriber

    Hi, how did you remove the space below the logo?

    #18198

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “stylesheet” from right and add these lines to the very bottom:

    body .logo{margin-bottom:0px;}

    body .logo img{margin-bottom:0px;}

    #18199

    elisabeth

    subscriber

    Thanks! I’m liking the pro version quite a bit already 🙂

    #18200

    elisabeth

    subscriber

    Is it possible to change the text size and font of the homepage blocks?

    #18201

    Towfiq I.

    administrator

    text size of the blocks title? text? or both?

    #18202

    elisabeth

    subscriber

    Not the title, just the text size and font

    #18203

    Towfiq I.

    administrator

    what font do you want it to change to?

    #18204

    elisabeth

    subscriber

    A bold Arial would be fine

    #18205

    Towfiq I.

    administrator

    the text font is already Arial. Go to Appearance> Editor and select “stylesheet” from right and add this line to the very bottom:

    .midrow_block p{font-weight:bold;}