Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #172298
    pixeld
    Participant

    Hi Guys,

    working on : https://www.dageorgio.de/

    1.) how can i remove the Message on every Page:

    “Was last modified by Pixel D ”

    2.)

    How can i remove the Background Text wenn i Mouseover at the Slider?

    Thanks a lot

    Dennis

    #172305
    Skandha
    Participant

    @pixeld: Hello Dennis,
    Edit pages Friseur Da Georgio and Willkommen im Salon Da Georgio and remove the text Was last modified by Pixel D.

    To remove the text on hover in featured slider
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .entry-container {
          display:none;
    }

    Let me know if this what you want!
    Kind Regards,
    Skandha

    #172306
    pixeld
    Participant

    Hi Skandha,

    The slider works great thank you.

    Was last modified by Pixel D. i can’t find to delete. On the front Page the last thing what i can delete is the Dubai Commercial. The last modified comes automaticly

    <div class=”hatom-extra”>Was last modified <span class=”updated”> 10 Mai 2019</span> by <span class=”author vcard”><span class=”fn”>Pixel D</span></span></div>

    Dennis

    #172307
    pixeld
    Participant

    ok found it 🙂

    Use:

    .hatom-extra{
    display: none;
    }

    Thanks

    Skandha

    #172308
    Skandha
    Participant

    @pixeld: Hello Dennis,
    Was last modified by Pixel D text seems to be coming from one of the plugin you are using. Can you try deactivating all your plugins and check if the text shows up?

    Let me know if the issue persists!
    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Was last modified by AND Slider Background Text’ is closed to new replies.