unable to locate css code in editor
-
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.complease 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
The topic ‘unable to locate css code in editor’ is closed to new replies.