-
AuthorPosts
-
September 21, 2020 at 9:45 pm #1247481
Hi,
Is there a way to customize font colors in the search result page? The results are almost not readable.
Screenshot attached.Thanks,
RobertoSeptember 22, 2020 at 9:53 am #1247555Hey RobertoSa,
Thanks for the screenshot. Could you post a link to an example page so that we can have a closer look as well please?
Best regards,
RikardSeptember 24, 2020 at 8:09 pm #1248257Hi Rikard,
There isn’t a specific page. Just go to the website and scroll-down to the footer where the search-box is and search for “Chinese” for example.
The page will show the results that are very hard to read with that font color.Thanks,
September 26, 2020 at 7:04 am #1248560Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
.search .entry-title a { color: #000; }
Best regards,
RikardSeptember 29, 2020 at 5:01 pm #1249440I pasted the short code and changed the color number but nothing changed. What is the next step?
Thanks,
September 30, 2020 at 4:08 am #1249537Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonSeptember 30, 2020 at 4:25 am #1249550Hi Jordan,
Yes, I did. The result is the same. No changes.Thanks,
RobertoSeptember 30, 2020 at 4:52 am #1249558Hi,
Adjust the css to this:
.search h2 a { color: #000!important; }
Best regards,
Jordan ShannonSeptember 30, 2020 at 3:44 pm #1249688Hi Jordan,
That worked. Thanks for that!I have another question about font colors. Not sure if I need to open a new thread or not.
Anyways, here’s the question: how do I change the font color in the Content Element>Blog Posts ?
The styling section of that element doesn’t offer the option. I need to change the color of the title of the excerpt of the posts.
Hope it’s clear. I linked a screenshot, let me know if you have any questions.
Thanks,
October 1, 2020 at 6:01 am #1249803Hi,
Can you link me to the page where that screenshot is from?
Best regards,
Jordan ShannonOctober 1, 2020 at 3:57 pm #1249898Hi Jordan,
Sorry, I forgot the link.
Thanks,
RobertoOctober 3, 2020 at 6:13 am #1250258Hi,
Thanks for that, please try this CSS as well:
.av-alb-blogposts h2.post-title a { color: red; }
Best regards,
RikardOctober 3, 2020 at 4:01 pm #1250334Hi Rikard,
I modified the CSS a bit like this:
.av-alb-blogposts h2.post-title a {
color: #ff7337!important;
}and it worked. Is that ok?
Thanks,
RobertoOctober 5, 2020 at 3:37 am #1250515Hi Roberto,
Thanks for the update. If the CSS does what you want it to do, then I don’t see any problem with it.
Best regards,
RikardOctober 6, 2020 at 4:13 pm #1250877Hi Rikard,
Awesome. I think I’m good for now.
Thanks again for your help.
Best,
RobertoOctober 6, 2020 at 9:30 pm #1250975Hi RobertoSa,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.