This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Customize Appearance of Search Results in Vantage

9 years ago · Last reply by Alex S 9 years ago

Hey Guys,

i am using your vantage theme and i love it! But i have a little problem with changing the visual appearance of the search results.

This is the Site with an example: http://ziegler-energietechnik.de/?s=gabriel

I want to Change the color of the found pages (in this example the “anfahrt” and “team” page), and an hover effect, to show that they are clickable links.

Is there a way to change this?

Many thanks in advance

Alex

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 4 months ago

    Hi Alex,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .search article.post .entry-main h1.entry-title > a {
    	color: #0f0;
    }
    .search article.post .entry-main h1.entry-title > a:hover {
    	color: #f00;
    }

    You might also need to install the SiteOrigin CSS Editor.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread