Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Joyn
  • #267249
    jgiitalia
    Member
    Post count: 69

    Hi all,
    how can I remove the JOYN LOGO on the top-left homepage, I want to put our LOGO.
    And how can I remove the “Style Switcher” on the left of the page?

    kind regards
    vinc.

    Attachments:
    You must be logged in to view attached files.
    #267256
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Go to Theme Options > Logo Options to set your own logo

    Go to Theme Options > General to disable the style switcher

    – Kyle

    #267257
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The logo is set within Theme Options => Logo Options.

    The style switcher can be removed at Theme Options => General Options => Enable Front End Style Switcher.

    Thanks.

    #269764
    jgiitalia
    Member
    Post count: 69

    Thanks for “logo options”,
    How can I manage the dimension of the logo I inserted on the left of the home?
    The correct image logo dimension is 1775×360 pixel.
    My intention is to make the logo bigger than you see now.
    http://webapp.janegoodall-italia.org/

    thanks in advance
    vinc_

    #269766
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .full-center #logo {
      max-width: 55%;
    }

    – Kyle

    #269775
    jgiitalia
    Member
    Post count: 69

    Thanks, Kyle,
    I’ve added to css… and now I can manage the dimension of it in some way? If yes how?
    To test it, I put even:
    .full-center #logo {
    max-width: 100%;
    }
    but the logo remains the same size.

    #269781
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    the 55% value of the css rule that Kyle providef it will be the maximum width of the logo. You can only decrease that value.
    What exactly are you trying to achieve so we can check if there is another solution for it?

    -Rui

    #269783
    jgiitalia
    Member
    Post count: 69

    ok thanks,
    I try to explain better my target.
    The real dimension of the logo image is 1775×360 pixel.
    I uploaded from my pc, but on the webpage it results very small.
    My intention is proves image logo bigger than you see now.

    thanks…

    #269788
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    ok, but those dimensions are huge for a logo.
    Using Kyle code the logo size will look like this.

    https://www.dropbox.com/s/5i6eni0r7xzft0r/Screenshot%202016-05-24%2016.47.06.png?dl=0

    Do you want it even bigger than this?
    -Rui

    #270029
    jgiitalia
    Member
    Post count: 69

    As usual, thanks both…
    by mistake, my fault, I had 2 dot before your css code:
    ..full-center #logo {
    max-width: 55%;
    }
    And the logo did not change as a magnitude.

    and then now work. Perfect!
    thanks again.
    :-)))

    #270030
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem! Glad it works

    – Kyle

    #270342
    jgiitalia
    Member
    Post count: 69

    Hi, I put NOT RESOLVED just to ask another question related logo,
    in practice, how can I use 2 different sizes for the logo? BIG one for home, the current one is perfect, and a smaller one for all the other pages?

    kind regards
    vincenzo.

    #270349
    David Martin – Support
    Moderator
    Post count: 20834

    Hi vincenzo,

    This is not something that is available currently.

    You can have one logo, and alter the size with CSS.

    Thanks.

    #270386
    jgiitalia
    Member
    Post count: 69

    and the CSS is general, is it true?
    so this “alter size” is valid for all the pages where I use it. true?

    #270390
    David Martin – Support
    Moderator
    Post count: 20834

    You can use CSS to change the homepage logo size only, or all pages, or a specific page.

    Let us know what you need.

    Thanks.

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in to reply to this topic.