Header Logo

  • Posted in : uCard
  • joshuakrell
    Participant

    Two questions.

    1.) How do I upload a custom logo so I don’t have to be limited to just the fonts you guys include for logo?

    2.) How do I make the logo, left column so it’s not centered all the way?

    Thank you!

    Bye

    serkan
    Moderator

    We will add this feature with the future update. For now, you can use this custom css code; You can upload your logo as a background image.

    .header .site-title { 
        max-width: 300px;
        height: 200px;
        width: 200px;
        background-size: cover;
        text-indent: -999em;
        background-image: url('#');
    }
    joshuakrell
    Participant

    Thank you. Something that would be awesome when you update too, is to allow logo to be placed left, center and right column too, so it gives builder the choice.

    joshuakrell
    Participant

    In the meantime how do i disable the main logo you guys have?

    joshuakrell
    Participant

    Actually is there a way to move the scrolling text to reposition left column instead of center?

    serkan
    Moderator

    Hi,
    Could you provide me your related url, please?
    Thanks

    joshuakrell
    Participant

    Of course! The web address is pavelpmusic.com… Also, I think we figured we could just add the logo we want onto the image we have directly, per the site… However, you guys have a fade built into the images… Is there a way to remove that? Cause it’s screwing up the color of the white font… Take a look at the site and you’ll see what I mean.

    serkan
    Moderator

    Hi, You can use this custom css code for removing the fade effect for the background.

    .header:before { background: none; }

    We will improve the header logo features for the next updates.
    Thanks

    joshuakrell
    Participant

    Where do I embed that piece of code? What portion of the CSS code do I put it in?

    serkan
    Moderator
Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register