Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Carrousel: Changing colour depending upon project category

    General Discussion
    2
    3
    23
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      marcos last edited by

      I'm designing a website for some Architects (which also design furniture). We have two 'twin' project templates:
      ● Architecture – White BKG / Blue Typography
      ● Furniture – Tan BKG / Brown Typography
      Both with the (carrosuel) numbers pushed into the corner of the viewport

      I would like to make the numbers blue in one / brown on another... Is there a a way to target all the items in a given category?

      Architecture.png Furniture.png BKG

      M 1 Reply Last reply Reply Quote 0
      • M
        marcos @marcos last edited by

        @marcos
        I tried this to change the colour of all the Carrousel Numbers (an dit worked)

        .lay-carousel-sink-parent 
        span.numbers._Default_no_spaces {
          color: #543823;
        }
        

        Then I tried this to try this (which is far from ideal) and oddly enough changed the colour of the numbers in the given page... but not to the given HEX code (?)

        .slug-casaparados
          span.numbers._Default_no_spaces {
          color: #011e41;
        }
        
        1 Reply Last reply Reply Quote 0
        • arminunruh
          arminunruh Global Moderator last edited by

          hi sorry for the wait!!

          if you look at the body html classes,
          the body has a class of category-*

          i think furniture has: category-1

          so your css would be:

          body.category-1 .lay-carousel-sink-parent span.numbers._Default_no_spaces {
            color: #543823;
          }
          

          and the other is category-6

          body.category-6 .lay-carousel-sink-parent span.numbers._Default_no_spaces {
            color: #011e41;
          }
          

          not sure if i used the correct colors in my css code above

          very beautiful work and website!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Post a link to where the problem is if possible, please <3
          I don't answer or check forum DMs, please just post on the forum.
          Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com

          Before you post:

          Use the Search Feature. Maybe there is already a solution to your issue.

          1. Update Lay Theme and all Lay Theme Addons
          2. Disable all Plugins
          3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
          4. When using a WordPress Cache plugin, disable it or clear your cache. Now see if your problem solved itself.
          Go here, see if your problem is listed here:
          Troubleshooting

          When you post:
          1. Post a link to where the problem is
          2. If the problem is difficult to explain, post screenshots / link to a video to explain it

          Thanks!

          Online Users

          O

          Recent Topics

          • Search as icon instead of text?

          • FILTER Categories showing all projects

          • H

            Vimeo embed with autoplay and loop is really slow...help!

          • A

            website not loading on iphone safari

          laytheme.com