Hide authors, dates; embedded video; footer credits…

Home Forums ThemesEYE Support Hide authors, dates; embedded video; footer credits…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56326
    kyp
    Participant

    Hi, please provide the code to:
    1) Hide post authors & dates
    2) Fix: homepage embedded video link, it is currently saying “video refused to connect”
    3) Remove ThemesEYE footer credits
    4) Fix: Featured Section -> contact form -> “Your Message” font color is currently set to white by default!??

    #56331
    support
    Participant

    Hi,

    Can you please share your site URL so that we can review and get back to you.

    Many Thanks

    #56332
    kyp
    Participant

    kellyyang.edu.hk

    #56334
    support
    Participant

    Hi,

    1) To remove the author and date follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Theme settings >> Single Post Page

    Refer screenshot https://ibb.co/6DrBBXP

    2) You need to add an embedded video link of the youtube video.

    3) To remove the footer credit link follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    span.credit_link {
    display: none;
    }

    4) Add the following CSS to change the color of the contact form message color. Follow the steps below to add CSS

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    }

    Many Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.