Home Support Ultimate blog Pro How do I remove Designed by?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1649
    jesse
    Participant

    I would like to remove that text

    #1651
    Shop Manager
    Keymaster

    Hi Jesse,

    As per your query, we are giving you some easy steps and CSS to remove the designed by.

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

    .credit-link.text-right {
    display: none;
    }

    If you need any other help please let us know.

    Thank you

    #1657
    jesse
    Participant

    Sorry it was for the multi purpose blog and the above did not work. Also, in Construction template I can not get the author and date to remove. I have tried every plugin I could find. Please help!

    #1659
    Shop Manager
    Keymaster

    Hi,

    Thank You for choosing us!

    Follow the steps given below to remove the meta content of the post.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS

    Paste the code given below in the box

    .metabox {
    display: none;
    }

    Publish the settings and refresh the website.

    If you need some other help please let us know.

    Thank You.

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