• Resolved maasje

    (@maasje)


    Hello,

    first of all thanks for this theme, i love it.
    But I have some questions, Is there a possibility to add a picture slide show on the place where is now the main picture of the post? and is there a possibility to remove the logo from the whole except the home page?

    I hope you can help me.

    Thanks, Roy

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Tracks!

    There isn’t currently an option to replace the featured image with a slideshow, but that’s an interesting idea. I know some users here on the forum have used slider plugins to add slideshows to their homepages.

    For the logo, that can be accomplished with the following CSS:

    .site-title .logo {
      display: none;
    }
    .home .site-title .logo {
      display: block;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    hello

    I am trying to move the position of the logo down over the single post. My home page is just the latest posts. And I tried to utilize the suggested code above with some tweaks but for some reason .home does not specify my home page when using just recent posts

    any help would be appreciated

    Theme Author Ben Sibley

    (@bensibley)

    Okay could you share a link to your site, so I can find a class we can use?

    Thanks!

    Hey Ben!,

    I finally figured it out using .singular-post tags and .home tags. Lots of googling went on last night lol. I have another question but will start another thread as I’m sure some people will have the same question

    Theme Author Ben Sibley

    (@bensibley)

    Haha okay, glad you found a solution ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slide show Remove Logo’ is closed to new replies.