Removing the flower logo in the topbar

  • sebpasq
    Inactive member
  • Topic Author
  • Member
  • Member
More
1 year 1 month ago #50863 by sebpasq
Hi, how can I remover the flower logo in the topbar?

Thanks

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 1 month ago #50865 by milos
Hello,

Edit this file:
/media/templates/site/flowers/css/custom.css

Change this:
Code:
.toprow .mp_logo .sparky_feature { background: url(../images/logo_flowers.png) no-repeat left; background-size: 80px 80px; height: 80px; }

to this:
Code:
.toprow .mp_logo .sparky_feature { height: 80px; }

Also, to remove the padding, change this:
Code:
.toprow .mp_logo .sparky_logo { text-transform: uppercase; padding: 16px 0 0 85px; line-height: 1; }

to this:
Code:
.toprow .mp_logo .sparky_logo { text-transform: uppercase; padding: 16px 0 0 0; line-height: 1; }

and this:
Code:
.toprow .mp_logo .sparky_slogan { padding: 0 0 0 85px; }

to this:
Code:
.toprow .mp_logo .sparky_slogan { padding: 0 0 0 0; }

Regards,
Milos

Please Log in to join the conversation.

Time to create page: 0.211 seconds
Powered by Kunena Forum