• Resolved marienlucky

    (@marienlucky)


    Hello there,
    love your theme and find this support very useful! Using free version.
    Have few question:
    1. how to remove date and author’s name that appears under page title from all pages?
    2. how can I add different gallery effect in Home Slider instead of this ‘jumping’ one (love Ken Burns effect!)
    3. how can I remove whole ‘read more’ field from Home Slider. I like title and text, but I don’t want any links to any Posts
    My site is based on Pages only, no Post (only for slider I had to add them…)
    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    1. Date & authors name

    .page .meta {
        display: none;
    }

    2. In free version there’s only one slider effect(Kenburn effect is in PRO version).

    3. remove read more from slider

    span.owl_text_c {
        display: none;
    }

    Put all above given css rules in
    Appearance >> Customize >> General Options-> Custom Css Editor Field
    and save the options.

    Thanks

    Thread Starter marienlucky

    (@marienlucky)

    Thank you!
    It worked great, only now all Page titles are links (mouse over they change color).
    How can I remove pages titles? I will add them manually in text. I would like first to have gallery or picture and then page title and text…

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please provide website URL.

    If possible to provide the screen-shot where you want to remove the title.

    If you want to remove the page title then use below CSS rules into Custom CSS

    Editor:

    .post_title_con {
        display: none;
    }

    Save the changes.

    Note: Please create a separate ticket for saparate issue. Also provide the screen-shot.

    Thanks

    Thread Starter marienlucky

    (@marienlucky)

    Thank you again, my site is in localhost but I’ll send you adress as soon as it published, and than open new task/ticket

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    We are happy to help you.

    Most welcome.

    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove date, apply effect, remove read more’ is closed to new replies.