• Resolved headwaters

    (@headwaters)


    hi everyone, please i need help

    for 3 days now, i ‘ve not been able to locate a code in all the .php files in the theme editor in order to change the color of a particular section of my website homepage.

    below is the code when viewed using the inspect element of firefox,

    .slider-prev, .slider-next, .color-main-background {
    background-color: #1e73be !important;

    i couldn’t locate it at all

    the only closely related was found in theme-style.php

    .slider-prev, .slider-next,
    .color-main-background {
    background-color: <?php echo get_theme_mod( ‘color_main’, ‘#10b4d1’ ) ?> !important;

    as you can see, the color code is different. i have searched all the .php files of the editor, i didn’t see the exact color code #1e73be

    meanwhile, when i changed the ‘#10b4d1’- iris blue to ‘#000000’-black, it didn’t work. the color didn’t change.

    please where else do i look

    the site wealthysam.com

    please look at the blue border around the layer (wealthysam quotes and wealthysam unplugged) below the homepage video. i want to change the blue to black

    please help as i appreciate.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Based on the code snippets you provided, it’s possible that the color is being set by a theme option, although I can’t be sure because you’re using a commercial theme and I don’t have access to it. You should look in your Dashboard and see if you have any theme options under Appearance or under Appearance > Customize. Failing that, your best bet would be to speak with your theme’s vendors. After all, that’s part of what you paid for.

    Thread Starter headwaters

    (@headwaters)

    Thanks StephenCottonTail,

    Yes, it’s a commercial theme and it has customize option but that particular color couldn’t be changed. I may have to speak the the theme vendor

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘unable to locate css code in editor’ is closed to new replies.