Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1247481

    Hi,
    Is there a way to customize font colors in the search result page? The results are almost not readable.
    Screenshot attached.

    Thanks,
    Roberto

    #1247555

    Hey 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,
    Rikard

    #1248257

    Hi 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,

    #1248560

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .search .entry-title a {
      color: #000;
    }

    Best regards,
    Rikard

    #1249440

    I pasted the short code and changed the color number but nothing changed. What is the next step?

    Thanks,

    #1249537

    Hi,

    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 Shannon

    #1249550

    Hi Jordan,
    Yes, I did. The result is the same. No changes.

    Thanks,
    Roberto

    #1249558

    Hi,

    Adjust the css to this:

    .search h2 a {
      color: #000!important;
    }

    Best regards,
    Jordan Shannon

    #1249688

    Hi 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,

    #1249803

    Hi,

    Can you link me to the page where that screenshot is from?

    Best regards,
    Jordan Shannon

    #1249898

    Hi Jordan,
    Sorry, I forgot the link.
    Thanks,
    Roberto

    #1250258

    Hi,

    Thanks for that, please try this CSS as well:

    .av-alb-blogposts h2.post-title a {
      color: red; 
    }

    Best regards,
    Rikard

    #1250334

    Hi 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,
    Roberto

    #1250515

    Hi 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,
    Rikard

    #1250877

    Hi Rikard,
    Awesome. I think I’m good for now.
    Thanks again for your help.
    Best,
    Roberto

    #1250975

    Hi RobertoSa,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.