Hii david,
Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –
.enigma-sidebar {
display: none;
}
Thanks.
Thread Starter
david
(@dskirk)
I do appreciate your help, but that did not work. See page at https://davidskirk.org/wpsamp/another-post-for-demo/ Thanks anyway.
david
Hii david,
We check your site and didn’t find the above CSS. Please paste the below CSS in Custom CSS box and save –
.enigma-sidebar {
display: none !important;
}
Thanks.
Thread Starter
david
(@dskirk)
THANKS. That worked. I also added additional CSS, although possibly crude, to remove avatar and date. Changes are:
/* ### remove sidebar on post */
.enigma-sidebar {
display: none !important;
}
/* remove avatar */
.enigma_post_author img {
display: none !important;
}
.author_detail_img {
display: none !important;
}
.enigma_blog_comment i {
display: none !important;
}
.enigma_blog_comment {
background: #e2dae8;
}
/* ### remove date */
.enigma_post_date {
background: #e2dae8;
color: #e2dae8;
}
The post now looks much better. If you could advise how to remove the links to other posts at bottom, that will complete my hoped for changes. The page looks much better now. Thanks for your help. My example at https://davidskirk.org/wpsamp/another-post-for-demo/ has a link at bottom to another post (Hellow World) and if that can be removed, I’ll mark the post updates completed. Thanks,
david
Hii david,
Paste the below CSS in Custom CSS box and save.
nav#wblizar_nav {
display: none;
}
Thanks.
Thread Starter
david
(@dskirk)
THANKS! That did it. The post now looks very clean, thanks to your help.
Best regards on that,
david
Your most welcome,
Let us know for further query.
Please give your review – https://wordpress.org/support/theme/enigma-parallax/reviews/?filter=5
Thanks.
Thread Starter
david
(@dskirk)
DONE. I gave five stars. Thanks for your help.
david
Thank-you so much david for your review.
Let us know for further query.
I have the same issue on my event page. Using the codes above I was able to remove all except for the two brown squares next to the photo. Can you help me remove that as well? thanks.
https://lizforrest.ca/event/toltec-series-on-salt-spring-island/?instance_id=4
Hello,
Paste the below CSS in Custom CSS box and save.
.enigma_blog_wrapper ul.blog-date-left {
display: none;
}
Thanks.
Thank you, this worked perfectly!
Using the codes above I was able to remove all but i didnt change the font color in comments to authors. It shows in color white like link below to 3 author comments. How to change to the font color black? Thanks
http://escoladasnacoes.com/academia-news/
-
This reply was modified 7 years, 10 months ago by
edsonbsb.
-
This reply was modified 7 years, 10 months ago by
edsonbsb.
Hello,
Paste the below CSS in Custom CSS box and save.
.enigma_comment_detail .enigma_comment_detail_title {
color: #000;
}
Thanks.