I’m having a hard time understanding how to hide my theme’s built in Author box. When I first installed the plugin both boxes showed up, but now only the theme’s box shows up.
To hide your theme’s author box you can try this CSS code:
.author-info-wrap
{ display:none;
}
A quick way to find the CSS class or ID is using your browser’s developer tools, you can press F12 or right click on the page then select Inspect Ctrl+Shift+I for the developer tools to show up.
Thank you, I was able to get the code to work and hide it that way. I did try looking up the class as well, but when I put it into the section in the plugin, it still didn’t work. But again, thank you for the top code that worked and I’m able to use the plugin now.
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Author Box’ is closed to new topics and replies.