- This topic has 19 replies, 3 voices, and was last updated 3 years, 8 months ago by
Tom.
-
AuthorPosts
-
July 23, 2017 at 9:55 am #353551
mohamedhassan
How can I change the select color from below to other color?
GP Premium 1.3.1July 23, 2017 at 10:15 am #353571Tom
Lead DeveloperLead DeveloperHi there,
I’m not too sure what you mean – can you explain a bit more?
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJuly 23, 2017 at 10:45 am #353579mohamedhassan
When I Select any word or phrase to copy or for any other purpose, the default of the selected is blue. How can I change this color to whatever color I want?
Also I’d like to see the height of the color the same as that of the letters as I see it needs to be smaller!Thanks!
July 23, 2017 at 11:07 am #353593Leo
StaffCustomer SupportSorry still a little confused.
Are you able to provide a link to the page in question and let us know what you are trying to change?
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 23, 2017 at 11:34 am #353601mohamedhassan
I’ve taken a screen shot that illustrate what I mean however I don’t know how I attache it here.
let me know how can I send it to you?Thanks!
July 23, 2017 at 12:00 pm #353617Leo
StaffCustomer SupportUpload it to a site like this: https://postimages.org/
Then provide the direct link 🙂
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 23, 2017 at 12:25 pm #353632mohamedhassan
Thanks for the info.
the link below!
https://s17.postimg.org/vnzpbia3j/2017-07-23_21_22_10-_Gloobally_-_Worldwide_Busine.pngRegards
July 23, 2017 at 8:54 pm #353802Tom
Lead DeveloperLead DeveloperAh yes, try this:
::selection { background: #ffb7b7; /* WebKit/Blink Browsers */ } ::-moz-selection { background: #ffb7b7; /* Gecko Browsers */ }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJuly 24, 2017 at 11:10 am #354170mohamedhassan
Thanks for the information,
However let me know where I’ll enter the code and whether I need to remove an old one!July 24, 2017 at 11:16 am #354172Leo
StaffCustomer SupportTry this method: https://docs.generatepress.com/article/adding-css/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 24, 2017 at 12:56 pm #354226mohamedhassan
Alright, now I see the height of the selection is bigger than I want!
How can I reduce it to be almost as the height of the letters?Regards
July 25, 2017 at 12:39 am #354426Tom
Lead DeveloperLead DeveloperAny chance you can link me to the site? Hard to tell without seeing it.
You could try adding a height to the CSS – it accepts all CSS parameters like anything else: https://www.w3schools.com/cssref/sel_selection.asp
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJuly 25, 2017 at 2:12 am #354480mohamedhassan
the site http://www.gloobally.com/
Really I’v tried to change the height of selection using w3school.com .However I was not able to know the required expressions to write and the right place to write in.
Below there’re 2 links of 2
images more illustrations.https://s2.postimg.org/apdc8gjex/2017-07-25_11_17_49-select_color_-_Generate_Press.png
https://s18.postimg.org/eh6k75dx5/2017-07-25_11_41_50-_Gloobally_-_Worldwide_Busine.png
Regards
July 26, 2017 at 6:14 am #355198mohamedhassan
Waiting your reply!
July 26, 2017 at 9:59 am #355317Tom
Lead DeveloperLead DeveloperJust looked into this, and you can’t change the height of the selection.
If you remove the custom color we added, does the same issue occur?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.