Forum replies created

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:26 #17698

    try this Custom CSS:

    .t4p-blog-medium .post,
    .t4p-blog-medium .entry-meta {
    margin: 0;
    padding: 0;
    }

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:22 #17697

    in the child theme you should use the ‘woocommerce’ text domain as well

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:21 #17696

    so it works now?

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:21 #17695

    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;
    }

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:18 #17693

    do you have set the widgets to display only on homepage?

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:16 #17691

    then it’s not activated…also check with a file manager if the plugin is in the directory of plugins

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:15 #17690

    try to remove the positions in the CSS so the code will look like:

    #wrapper .dd-container .dd-selected-text span:before {
    content: "\e055";
    }

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:09 #17689

    @ Cathy what do you try to set up please?

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:06 #17688

    not the best way, but you can use this Custom CSS to get what you need:

    .home .footer .widgets-back-inside {
    display:none;
    }

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 15:48 #17685

    please can u enable the child theme on your website?