• I am using a theme by ThemeZee (actually a child theme) and I would like to remove the link with their name at the bottom of the pages on my site:

    https://www.bodysculptinglafayette.com/

    I have done some looking around and haven’t found anything that will do it.

    Is there something I can put in style.css to take care of this?

    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • On line 994 of style.css add display:none; so the block becomes:

    .credit_link {
            display: none;
    	font-size: 0.8em;
    	height: 40px;
    	margin: 0 10px;
    	text-align: center;
    }
    Thread Starter uellee

    (@uellee)

    harmck: I am using a child theme, did you misunderstand me or am I confused?

    It still involves CSS, so no, I didn’t misunderstand you. Using the developer tools, I tested the change and it works.

    Is there something I can put in style.css to take care of this?

    Yes, and the above CSS will do this.

    Thread Starter uellee

    (@uellee)

    I understand, I thought you were telling me to edit the original theme but after i pasted it into the child style.css it worked just fine.

    thank you

    No hassle, anytime. Please mark as resolved ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Theme developer's link at bottom of page’ is closed to new replies.