Hi..
1) Please go to Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.
Now copy below code and paste into Custom CSS Editor.
.blog-date-left li{
display: none !important;
}
2) Please make a child theme directory and create breadcrums.php, functions.php and category.php file.
Now copy code from LINK and add into child theme’s functions.php file.
Also copy code from LINK and paste into child theme’s breadcrums.php file.
Also copy code from LINK and paste into child theme’s category.php file.
Save the changes.
Thanks.
Thread Starter
cbe
(@cbe)
Thank you!
Should I copy the code that you gave anywhere in the files or is there a special place where I should put it?
Thanks
Carole
Thread Starter
cbe
(@cbe)
(I copied the code as you said, but the theme was not working anymore. syntax error)
Hi..
Please copy all code into child theme directory as above instructions.
Please let me know which error occurs.
Thanks.
Thread Starter
cbe
(@cbe)
Hello
I followed all instructions but now the site has more problems than before: http://formationsdh.org/ Could you please tell me what I am doing wrong?
Thanks a lot
Carole
Thread Starter
cbe
(@cbe)
I posted the website on line so that you can have a look
Hello,
your child-theme is not enqueuing parent-theme’s stylesheet file properly.
Thanks
Thread Starter
cbe
(@cbe)
Thank you. Could you please tell me how to correct this?
Thank you so much for your support.
Best
Thread Starter
cbe
(@cbe)
I tried to create another child theme and it was working fine before I copied the links you gave me. Do you think there could be a problem in one of the links?
Hi..
Please create a child theme using Plugin.
You can use this WordPress Plugin to create a child theme.
Child Theme
Thanks.