New Landing How can we help? Atelier change fancy heading color??

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #326967

    Hi guys!

    On /product-category/category page I have a nice category image with a category name as a page header. As I see this is formated by a “.fancy-style” .

    Is there any way I can change this styling within the theme options?

    Or do I need to dig into custom css for that?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #327216
    David Martin – Support
    Moderator
    Post count: 20834

    Depending on the light/dark setup you choose this will either be white or black. You could alter both like this:

    .fancy-heading.fancy-image.light-style h1, 
    .fancy-heading.fancy-image.light-style h3, 
    .fancy-heading.fancy-image.light-style #breadcrumbs, 
    .fancy-heading.fancy-image.light-style #breadcrumbs a, 
    .fancy-heading.fancy-image.light-style #breadcrumbs span,
    .fancy-heading.fancy-image.dark-style h1, 
    .fancy-heading.fancy-image.dark-style h3, 
    .fancy-heading.fancy-image.dark-style #breadcrumbs, 
    .fancy-heading.fancy-image.dark-style #breadcrumbs a, 
    .fancy-heading.fancy-image.dark-style #breadcrumbs span {
        color: red !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register