• This theme uses red (but it clashed with the logo) and I have managed to remove and replace the red in the CSS just fine. However, in the mobile view of the site the nav menu links remain red.

    Can you kindly direct me to the location of the code that defines the mobile colors and style?

    I have a lot of ancient experience with websites, but have only been re-united with wordpress for about a week. This is my first attempt at a theme for mobile use also.

    here is the site https://www.livphoria.com/

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Could you tell me how you replaced the red in the CSS please?
    Thanks

    Thread Starter mmlivphoria

    (@mmlivphoria)

    Copy and paste your STYLE.CSS txt to a safe place in case you make a mistake FIRST.

    The key to changing colors is knowing about hex colors (usually 6 digits)you will have to KNOW what color you are changing the red to before trying this.

    The red hex color in the theme is ff3f3f or a close match
    https://www.color-hex.com/color/ff3f3f you can see the red here.

    Find the hex color you want to replace it with and write it down. SERIOUSLY, DO THIS FIRST.

    In your theme editor go to APPEARANCE – EDITOR – and CAREFULLY replace every code that begins with FF (trust me it’s the red color) between the hash tag# and the ; so if you want the red color to be BLUE change #FF3F3; TO THIS #00003; all through the CSS. Don’t touch any other code- just the six digit color code or you will break the code.

    If you break the code you can copy and paste the saved style.css from the text file back in and try again. Save as you go so you can see what colors are changing and where. Good Luck.

    Thanks so much for this and good luck solving your mobile issue

    i have the same problem.

    I thought #FFF in the code is white?

    My mobile site is still loading as red although I have replaced all the #FF3F3

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘changing color of mobile links’ is closed to new replies.