• Product title in shop is treated as a link, I set my links to be green but I waant product title in shop to be black how can I do that? Also, how can I totally format product title in shop (font, font weight, etc.)?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Please post a link to the page so the markup and styles can be examined with browser tools. A screenshot won’t help.

    Thread Starter nahasco

    (@nahasco)

    Unfortunately the website is on localhost. What else can I do? I am using flatsome theme.

    Any helper needs to see it. Flatsome is a commercial theme so forum members can’t load it up. You could try the theme vendor’s support service. Otherwise you’ll need a developer or you can try here again after you’ve gone live.

    Thread Starter nahasco

    (@nahasco)

    Ok thank you

    Thread Starter nahasco

    (@nahasco)

    Yes but a helper needs to devise something with precedence over whatever you’ve put in to make your links green.

    Try this but I’m not hopeful:

    .product-title a {
      color: Black;
      font-size: 20px;
      font-weight: 700;
      font-style: oblique;
    }

    Put it at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter nahasco

    (@nahasco)

    The demo has it links blue, I just changed mine in the theme options to green. I’ll try this one. Anyway, thank a lot.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Product title color in shop’ is closed to new replies.