Site Title Display; Slider Image Title Display
- This topic has 11 replies, 2 voices, and was last updated 4 years ago by Grace Support.
-
AuthorPosts
-
October 6, 2020 at 12:39 am #26312pgacccbassParticipant
On our site, https://testkbmsk.org.bradleyumc.org/wp/, for some reason part of the site title is displayed in white letters and part in red. It is all clickable, as it should be. Is there a way to make it all display in the same color text?
One of the Slider Image Titles (the one that says Kenneth Butler Memorial Soup Kitchen) puts the last word on a second line when viewed on a computer. Is there any way to force it to display “Soup Kitchen” together on the second line instead?
Thanks for your help.
October 6, 2020 at 1:24 am #26313pgacccbassParticipantI just made a change to the site font color for the textual logo to make it red and now it all displays as red. When it was set to the default of white, all of it showed in white except the last word, which was red. Is there any way to make it all white?
Thanks.
October 6, 2020 at 4:46 am #26315Grace SupportKeymasterAll site title text is displaying in red color.
October 6, 2020 at 12:23 pm #26322pgacccbassParticipantI know that it is all red, as I mentioned in my post above, because I changed the title text font color to red. However, when I set it to white, which is the default, all of the title text displays as white, EXCEPT the last word, which displays in red. I would really like it to all be white. How can I do that?
October 7, 2020 at 5:18 am #26337Grace SupportKeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesOctober 7, 2020 at 6:36 pm #26343pgacccbassParticipantI just sent the information you need to log in. Please let me know what you change, if anything.
Thanks.
October 9, 2020 at 6:16 am #26363Grace SupportKeymasterHi,
To change the color of last word of site title
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code and change the color code.logo h1 span { color: #000000 !important; }
Regards
Grace ThemesOctober 9, 2020 at 2:38 pm #26368pgacccbassParticipantThanks!
October 9, 2020 at 2:43 pm #26369pgacccbassParticipantI just tried the code you sent and it did change the color of the last word in the textual logo. However, #000000 made it black, not white. It needs to be #ffffff to make it white.
October 10, 2020 at 4:51 am #26376Grace SupportKeymasterUse this code
.logo h1 span { color: #ffffff !important; }
October 10, 2020 at 3:56 pm #26379pgacccbassParticipantThanks.
October 11, 2020 at 4:52 am #26388Grace SupportKeymasterYou are most welcome.!
-
AuthorPosts
- You must be logged in to reply to this topic.