face0ff
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Themes and Templates
In reply to: [McLuhan] Mobile Search-Field Placeholder ColorIt doesn’t bother me, but I would change the background color and then it would be noticeable. Then how to customize the placeholder color of search form for mobile devices?
Forum: Themes and Templates
In reply to: [McLuhan] Mobile Search-Field Placeholder Colorok it was cashed. Lightspeed plugin is off ??
Forum: Themes and Templates
In reply to: [McLuhan] Mobile Search-Field Placeholder ColorSure. Here is the link.
Forum: Themes and Templates
In reply to: [GeneratePress] Columns in GP 3.0Thank you David! I found a solution. I only set the rules only desktop.
/* 2 Columns for Archive & Blog Page for Desktop */ @media (min-width: 1025px) { body.archive .site-main, body.blog .site-main { display: flex; flex-wrap: wrap; margin-left: -1em!important; /* offset article gaps */ } /* Force navigation to fill 100% of row */ body.archive .site-main nav, body.blog .site-main nav { flex: 1 0 100%; } body.archive .site-main article, body.blog .site-main article { width: calc(50% - 1em); /* remove margin-left from width */ margin-left: 1em; } }
Forum: Themes and Templates
In reply to: [GeneratePress] Columns in GP 3.0Works fine, but how can I exclude it in the mobile version?
My website.
Forum: Themes and Templates
In reply to: [GeneratePress] GP search-item active and hover colorThank you Leo, works fine!
.main-navigation .menu-bar-items .search-item.active > a { color: #FAFAFA; background-color: #3C3C44; } .main-navigation .menu-bar-items .search-item > a:hover { color: #FAFAFA; background-color: #3C3C44; }
Forum: Themes and Templates
In reply to: [GeneratePress] GP search-item active and hover colorHello Leo,
I use exactly the same css code. This code changes the color of the search field, but not the search button. And that’s exactly what is missing in this code. I would like to have the same setting as for the search field for the search button.
Thanks in advance ??
Forum: Themes and Templates
In reply to: [GeneratePress] GP search-item active and hover colorHi David,
yes sure. This is my site.
Viewing 8 replies - 1 through 8 (of 8 total)