Home › Forums › Automattic › Photo Blog › Changing all the blue to grey
-
AuthorPosts
-
KouroshRIAHIMemberHi, thank you for your beautyful theme.
I juste want to change the blue colour of the contact page text “obligatoire” and when i’m in the mobile mode, the blue line when i click on the menu.Thank you in advance
The blog I need help with is perception.archiApril 24, 2018 at 1:22 pm #164516
Kathryn P.Happiness EngineerHi there – could you please provide a link to your site so I can have a look? When I visit perception.archi I get redirected to a Webmail login page. Thanks!
April 24, 2018 at 2:19 pm #164517
KouroshRIAHIMemberHi it’s the correct adress, my web domain provider (OVH) have some bugs
April 24, 2018 at 2:44 pm #164518
Kathryn P.Happiness EngineerNo worries. Just let us know when it’s sorted so I can see your site and help you with the CSS code needed to make the changes you’d like.
April 24, 2018 at 2:52 pm #164519
KouroshRIAHIMemberIt seams to work fine now
April 24, 2018 at 2:55 pm #164520
Kathryn P.Happiness EngineerIt’s still forwarding to the OVH page on my end; may be DNS caching at work. I’ll check back again later, sometimes it takes a while for these things to propagate around the world.
April 24, 2018 at 3:08 pm #164521
Kathryn P.Happiness EngineerHi again, I checked your domain’s DNS records and this is what I see:
Name Server: NS1.WORDPRESS.COM Name Server: NS2.WORDPRESS.COM Name Server: NS3.WORDPRESS.COM Name Server: DNS200.ANYCAST.ME Name Server: NS200.ANYCAST.ME
You’ll need to go into your domain manager at your registrar and remove these two records:
Name Server: DNS200.ANYCAST.ME Name Server: NS200.ANYCAST.ME
April 25, 2018 at 2:20 pm #164530
Kathryn P.Happiness EngineerThanks for removing the extraneous DNS records.
To change the blue “(obligatoire)” text on the Contact page to grey, try adding this to your Custom CSS panel in the Customizer:
/* Change required-field label on contact form */ .site-content .contact-form label span { color: #6c6c6c; }
You can modify the colour code to anything you prefer.
when i’m in the mobile mode, the blue line when i click on the menu.
/* Change outline colour on buttons and form input fields */ button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, .button:focus { outline-color: #6c6c6c; }
If you need anything else, just let me know.
Also just a heads-up that since your site has a Premium plan, you’re entitled to live-chat and email support, accessible here:
https://wordpress.com/help/contact
You’re welcome to still post in these forums, but those other support avenues may be faster, and you’ll always get a staff reply.
April 25, 2018 at 3:33 pm #164532
KouroshRIAHIMemberIt’s perfect, thanks a lot.
If i can ask you a last thing, my apologies i’m a reel noob in css, in mobil mode the text “menu” is blue again when i click and when is active. Is it possible to have these in grey?Thanks, thanks thanks
April 25, 2018 at 3:49 pm #164533
KouroshRIAHIMemberAnd also when i click inside to complete the name – e-mail- site web – commentaire, i have a blue frame that i want in grey.
Thank you in advance
April 25, 2018 at 6:01 pm #164535
Kathryn P.Happiness EngineerIf i can ask you a last thing, my apologies i’m a reel noob in css, in mobil mode the text “menu” is blue again when i click and when is active. Is it possible to have these in grey?
Sure – give this a try:
/* Change mobile menu focus & hover */ .menu-toggle:focus, .menu-toggle:hover { color: #6c6c6c; }
And also when i click inside to complete the name – e-mail- site web – commentaire, i have a blue frame that i want in grey.
/* Change focus colour on form input fields */ input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus { outline-color: #6c6c6c; }
Just let me know if there’s anything else!
April 26, 2018 at 9:51 am #164541
KouroshRIAHIMemberIt’s PERFECT.
Thank you a lot for your beautiful work and your fast feedback.I have a so nice website thanks to you.
April 26, 2018 at 2:07 pm #164542
Kathryn P.Happiness EngineerYou’re very welcome! Glad you’re pleased with things on your site now.
I’ll mark this thread as resolved but feel free to start a new one if you need help with anything else.
May 22, 2018 at 1:51 am #164576
LealtadMemberTengo gris
May 22, 2018 at 1:53 am #164577
LealtadMemberYa puse todo de primer cuadro un rato y no pasa nada
May 22, 2018 at 8:40 pm #164580
Kathryn P.Happiness EngineerLealtad – hi there, I’m not quire sure what you need help with. Have you seen the Photo Blog setup guide here:
https://wordpress.com/theme/photo-blog/setup
If you need further help, would you mind starting a new forum thread here:
https://theme-support.wordpress.com/forum/automattic/photo-blog/ – scroll down to post a new form.
You can also get help in Spanish here:
-
AuthorPosts
You must be logged in to reply to this topic.