• Hi, here is my issue ??

    Colorchange on https://www.en-ka.eu/ for the 4 feature boxes which are something like orange?

    I changed a lot of colors and I am happy it worked.

    But i can’t find the color code for the four feature boxes in the style.css sheet.

    In my case they are named and have to be changed to #c2000b:
    Projekte
    Reparatur
    Diverse Arbeiten
    über uns

    I want to change this four titles in the same red color as of the rest of the page!

    This Theme ist wonderful and the best one I’ve ever seen!!! ??

    https://www.ads-software.com/themes/d5-business-line/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try this:

    .featured-box-first a	{
    color:#c2000b;
    }

    Make sure you either create a child theme or use a plugin to make your custom css changes so your changes won’t be lost when you update your theme.

    Thread Starter Amkolino

    (@amkolino)

    Thanks very much, but now only one of the four titles is in the desired color. How can I change the color of the others? ??

    Thanks!

    Thread Starter Amkolino

    (@amkolino)

    Can you help me please? ??

    Try this instead

    .featured-boxs h2	{
    color:#c2000b;
    }
    Thread Starter Amkolino

    (@amkolino)

    very nice this helped! ??

    Can i just save my style.css and replace it with the new one, when I update my theme?

    Thanks.

    I did the first suggestion you put and it changed the first box. I tried adding the second suggestion, and it did nothing. Do I have to add that line for each box? ie for h2, h3, and h4?
    Also, can I change the orange arrow for the menu at the top to be a different color as well?
    Thanks!

    https://www.mcamechanical.net

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Color Change for the’ is closed to new replies.