[GH-ISSUE #274] [QUESTION] Theming #187

Closed
opened 2026-02-25 20:35:07 +03:00 by kerem · 1 comment
Owner

Originally created by @ghost on GitHub (Apr 10, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/274

Hi,

Thanks for creating this. Works great. Sorry, I have many questions about theming on docker:

Can the webpage's title be changed? How?

Can the webpage's favicon be changed? How?
Unfortunately mounting and changing /usr/src/app/app/static/img/logo.png doesn't change the logo, what is the correct path?
(Is there a way to just map all the static img to a mount volume?)

How to add margin/padding to each search result? (Changing .ZINbbc xpd O9g5cc uUPGi {} doens't work)
Is there a way to hide the text footer but not the "next page button"?
How to change the purple border of the suggested search result

How to change the font size and line height in the result page? (Changing them under body {} didn't work even with !important. What should be the correct css?)

Not related to theming but is there a way to go to the direct link of images under image search?
Not related to theming but I'm getting two related search somehow. One is in the middle of the search result page; one is at the bottom.

Thank you!

Originally created by @ghost on GitHub (Apr 10, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/274 Hi, Thanks for creating this. Works great. Sorry, I have many questions about theming on docker: Can the webpage's title be changed? How? Can the webpage's favicon be changed? How? Unfortunately mounting and changing /usr/src/app/app/static/img/logo.png doesn't change the logo, what is the correct path? (Is there a way to just map all the static img to a mount volume?) How to add margin/padding to each search result? (Changing .ZINbbc xpd O9g5cc uUPGi {} doens't work) Is there a way to hide the text footer but not the "next page button"? How to change the purple border of the suggested search result How to change the font size and line height in the result page? (Changing them under body {} didn't work even with !important. What should be the correct css?) Not related to theming but is there a way to go to the direct link of images under image search? Not related to theming but I'm getting two related search somehow. One is in the middle of the search result page; one is at the bottom. Thank you!
kerem 2026-02-25 20:35:07 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@benbusby commented on GitHub (Apr 10, 2021):

Can the webpage's title be changed? How?

Can the webpage's favicon be changed? How?

Is there a way to hide the text footer but not the "next page button"?

No, not currently.

Unfortunately mounting and changing /usr/src/app/app/static/img/logo.png doesn't change the logo, what is the correct path?
(Is there a way to just map all the static img to a mount volume?)

The logo is an svg loaded in by Flask with the logo.html template, so replacing it would be a bit more involved than just replacing the image. You could update that template to just have an img element of your own I guess.

How to change the font size and line height in the result page?

Looks like .vvjwJb is (currently) responsible for result title font, and .s3v9rd for result body font.

How to add margin/padding to each search result?

.ZINbbc is (currently) the class for search result divs. Adding margin/padding to that should work.

Not related to theming but is there a way to go to the direct link of images under image search?

There's a PR open for that, but I haven't had time to review it yet.

Not related to theming but I'm getting two related search somehow. One is in the middle of the search result page; one is at the bottom.

As in two of your search results are identical? Whoogle doesn't actually do anything to generate search results, those all come directly from Google, so that's some other issue. Let me know if I'm misunderstanding.

In the meantime I'm going to convert this to a discussion and hopefully others can chime in if there's anything else that I'm missing.

<!-- gh-comment-id:817075763 --> @benbusby commented on GitHub (Apr 10, 2021): > Can the webpage's title be changed? How? > Can the webpage's favicon be changed? How? > Is there a way to hide the text footer but not the "next page button"? No, not currently. > Unfortunately mounting and changing /usr/src/app/app/static/img/logo.png doesn't change the logo, what is the correct path? (Is there a way to just map all the static img to a mount volume?) The logo is an svg loaded in by Flask with the `logo.html` template, so replacing it would be a bit more involved than just replacing the image. You could update that template to just have an `img` element of your own I guess. > How to change the font size and line height in the result page? Looks like `.vvjwJb` is (currently) responsible for result title font, and `.s3v9rd` for result body font. > How to add margin/padding to each search result? `.ZINbbc` is (currently) the class for search result divs. Adding margin/padding to that should work. > Not related to theming but is there a way to go to the direct link of images under image search? There's a PR open for that, but I haven't had time to review it yet. > Not related to theming but I'm getting two related search somehow. One is in the middle of the search result page; one is at the bottom. As in two of your search results are identical? Whoogle doesn't actually do anything to generate search results, those all come directly from Google, so that's some other issue. Let me know if I'm misunderstanding. In the meantime I'm going to convert this to a discussion and hopefully others can chime in if there's anything else that I'm missing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#187
No description provided.