Css Styles Etc - by ShadowRunner - on WordPress WooCommerce support

This topic has 7 replies, 4 voices, and was last updated 8 years ago ago by Jack Richardson

  • Avatar: ShadowRunner
    ShadowRunner
    Participant
    April 15, 2016 at 10:57

    Hello,
    how can i make the links on the product page on the tabs to be the normal “blue” color with an underline?

    6 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    April 15, 2016 at 11:05

    Hello,

    Please add this code in Global Custom CSS:

    .tab-content-inner strong a {
        color: blue;
    }

    Regards,
    Eva Kemp.

    Avatar: ShadowRunner
    ShadowRunner
    Participant
    April 15, 2016 at 11:17

    Hmm that did not worked Eva. The links are still the same.
    Look at the page i’m sending.
    Look at the first tab on on the product, right above the last 3 images in the row, there is a link.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 15, 2016 at 11:40

    Hello,

    Please try to add this code in Global Custom CSS.

    .tab-content-inner a {
    color: #428bca;
        text-decoration: underline;
    }

    Regards,
    Robert Hall

    Avatar: ShadowRunner
    ShadowRunner
    Participant
    April 15, 2016 at 11:46

    Yes! That worked perfectly. Thank you very much.

    Now if you take a look on this page again, you will see the titles of every section (brand, saw recently etc) that they have a gray background. It happened like this when i wanted to make the title on the footer (static block) that has the facebook etc. How can i keep the social static block with the titles gray but have all the other titles the way the were ?

    2) How can i make all the JS and all the CSS including the ones we add on the Custom Global, to one single file and mimify it ? (one file for ccs, one for js and one for custom perhaps)

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 15, 2016 at 13:14

    1) Try to replace this code

    .widget-title span, .footer-top .title span {
        background: #e0e0e0;
    }

    to

    .footer-top .widget-title span, .footer-top .title span {
        background: #e0e0e0;
    }

    2) In this case you can use some 3rd-party plugins to minify css and js files, but we don’t guarantee full compatibility with our theme.

    Regards,
    Robert Hall

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 15, 2016 at 13:26

    Hello,

    1. Please use this code in Custom CSS:

    .sidebar-widget .widget-title span {
        background-color: transparent !important;
    }

    2. You may try to use some plugins
    http://technumero.com/internet/minify-javascript-and-css/3007

    Best regards,
    Jack Richardson.

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.