Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Logo #155

Closed
durangod opened this issue Dec 1, 2023 · 1 comment
Closed

Custom Logo #155

durangod opened this issue Dec 1, 2023 · 1 comment

Comments

@durangod
Copy link

durangod commented Dec 1, 2023

Hello, i was curious if you had any plans to add a custom logo to your theme options? If not, what is the easiest way to mod your theme to add a custom logo?

PS i did search for the term logo in the closed issues and did not find anything.

Thank you for your time. :)

I did figure out this much... using custom css module

`
.wt-header-wrapper .jc-header-content-start .wt-site-logo {
display: block;
}

`

that does add the logo but it puts the Large text text next to the logo

LOGO Our Family Tree

And the Title needs to go under the logo. So for now i just did display none on the title

`
.wt-site-title {
display: none;
}

`

@JustCarmen
Copy link
Owner

Hi, I think you need to add flex-column to the outer div, like this:

.jc-header-content-start { flex-direction: column!important; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants