hungryfatcat
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tiny Framework] Changing title color without changing taglinethanks!
Forum: Themes and Templates
In reply to: [Tiny Framework] Changing title color without changing taglinethanks a lot for the great support.
well didn’t work first, then I removed the “a” and now it works perfectly!
.site-header .site-title {
color: #515151 !important;
}Forum: Themes and Templates
In reply to: [Tiny Framework] Changing title color without changing taglineSeems like I can only change it manually using the menu. but then, as I said, the color of the tagline changes to.
Forum: Themes and Templates
In reply to: [Tiny Framework] Changing title color without changing taglineI’ve tried it out, but still the title color doesn’t change
Forum: Fixing WordPress
In reply to: Scaling down Logo for mobileYes, it worked perfectly.
Forum: Fixing WordPress
In reply to: Scaling down Logo for mobilethanks , but this did it:
#site-logo img {
height: auto;
max-width: 100%;
}Forum: Fixing WordPress
In reply to: Header Logo disappearinggreat thanks! I’m still at the very beginning and need to learn a lot.
Thanks !
Forum: Fixing WordPress
In reply to: Header Logo disappearingIs it possible to adapt the size of the logo automatically? I want the logo to be smaller on a mobile device that it shows completely on the screen.
I’m trying like this, but it’s not working yet
#site-logo {display: block; height: auto; max-width: 100%;}
Forum: Themes and Templates
In reply to: [Tiny Forge] Logo not showing up all the time#site-logo { display: block; } solved the problem
Forum: Fixing WordPress
In reply to: Header Logo disappearing@rollingwolf
Thanks a lot, problem solved!Forum: Fixing WordPress
In reply to: Header Logo disappearingthanks for your answer. I contacted the creator.
Forum: Fixing WordPress
In reply to: Header Logo disappearingthe theme is called Tiny Forge
Forum: Fixing WordPress
In reply to: Major problem due to minor change CSSThat’s it!
Thank you so much! Was getting crazy about that already !!!THANKS!!!!!!!!!!!!
Forum: Fixing WordPress
In reply to: Major problem due to minor change CSSIf I delete the new line again, the layout becomes ok again. It doesn’t matter what line I add, it always messes everything up
Forum: Themes and Templates
In reply to: Using own css (Edit CSS or Editor ?)the problem was linked to the cache. I flushed it and now it works fine.