Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #13030
    fritzhesse
    Member

    Hi Sakin –
    Catch Everest Pro
    Website: LaCostaFilmFestival.org
    We currently only have one image to show on the home page – but this may change in the future. For now, I would like to remove the left and right arrows that appear on the slider image (since there is only one). Is that possible?
    Thanks!

    #13104
    Sakin
    Keymaster

    @fritzhesse: Yes we can hide it by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider-nav { display: none; }

    #13170
    Olga
    Member

    Hi Sakin,

    Could you please help me to remove “cover” word from the homepage?

    Thank you!

    #13182
    Sakin
    Keymaster

    @omgstyle: Can you send me your site URL? I don’t know where the cover word is.

    #13210
    Olga
    Member

    Hello Sakin,

    Website: http://www.oisdiamonds.com.

    I also have problems with the posts, which are not visible under the press category. I just started creating them. I guess something is wrong with the categories I created.

    How can I do the jewels page static?

    Thanks so much.

    #13214
    Olga
    Member

    Hi Sakin,

    I just figure out about the “cover” word. It is a title for the cover picture. How can I remove it or make it invisible on the homepage? website: http://www.oisdiamonds.com

    Thanks.

    #13215
    Sakin
    Keymaster

    @omgstyle: You can hide it by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-container { display: none; }

    #19618
    rbrt_bene
    Member

    Hy Sakin,

    I have removed the navigation arrows from the slider with the above CSS code and I would also like to remove the navigation bullets that are placed in the center bottom of the slides.

    How can I do that please?

    Thank you,
    Robert

    #19619
    Sakin
    Keymaster

    @rbrt_bene: I need your site URL.

    #19622
    rbrt_bene
    Member

    it seems I cannot send you the url, the site doesn’t let me to submit…

    #19623
    rbrt_bene
    Member
    #19628
    Sakin
    Keymaster

    @rbrt_bene: Thanks you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #controllers { display: none; }

    #19632
    rbrt_bene
    Member

    It works, thank you very much.

    Regards,
    Robert

    #81337
    guy.shachar76
    Participant

    hi Sakin

    how can i change only the body font size (without infecting the menu size font)

    http://dalitdesign.co.il/

    thanks, guy

    #81370
    Sakin
    Keymaster

    @guy.shachar76: You have posted your question in wrong thread and it’s not related. Also this forum is for Catch Everest theme and you are using Catch Base Pro theme. For Catch Base Pro theme, you need to post in http://catchthemes.com/support-forum/forum/catch-base-pro-premium/. From next time, please post in there.

    If you just want to change font size for content area then you can change the font-size in the following css and add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #content, 
    #content button, 
    #content input, 
    #content select, 
    #content textarea {
        font-size: 15px;
    }
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Turn off left and right arrows on Slider’ is closed to new replies.