Forum replies created
try this Custom CSS:
.t4p-blog-medium .post,
.t4p-blog-medium .entry-meta {
margin: 0;
padding: 0;
}
in the child theme you should use the ‘woocommerce’ text domain as well
so it works now?
which goofy container? can you provide at least a screenshot of the container? 😕
to change footer font you might use a Custom CSS:
p#copyright .credits {
color: rgba(0, 0, 0, 0.3) !important;
font-size: 11px;
font-style: italic;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}
do you have set the widgets to display only on homepage?
then it’s not activated…also check with a file manager if the plugin is in the directory of plugins
try to remove the positions in the CSS so the code will look like:
#wrapper .dd-container .dd-selected-text span:before {
content: "\e055";
}
@ Cathy what do you try to set up please?
not the best way, but you can use this Custom CSS to get what you need:
.home .footer .widgets-back-inside {
display:none;
}
please can u enable the child theme on your website?