Hey Armin,
is there a better way now for this problem? Would love to change the color of my title SVG on a specific site.
Wynz
Posts
-
SVG and CSS based on current page -
Site descriptionHey,
i have created a website for an artist where her works and her CV is presented.
Now we have the "Problem" that when she shares or googles the website her CV is displayed as a description text (I don't know the correct SEO term). She want to change this text which appears when sharing with anyone …
How can you change this text and tell Laytheme that it shouldn't show the text of the CV page?
Best
Wynz -
Homescreen URLHey,
When I create a new page there must be an URL obviously, but for example I create a new page called "homescreen" and I want this to be the first page when people come to the website. But I don't want the people to see "shop.de/homescreen" I want new people to start at the page "shop.de". Is there a way to hide the "/homescreen"?
Best
Wynz -
Several banks as payoutHello,
I want to create a webshop for a collective of different designers.Every Product is linked to a specific designer and so to a different bank where the money should go.
Is this possible with WooCommerce to have several banks as payout?Best
Wynz -
jumping carouselI need this setting so that images stay in the center of the deskop. I don't want to have the ability to scroll on this pages, so I can't use the setting "Use Browser Height to row Height".
Also this problem only occur at some projects. And also in the mobil version it is jumping now …
-
jumping carouselHey,
i have created a website with projects and carousel: https://johannaterhechte.de/index/
If you look in the projects "Public Fictions" and "The Lobby" you find the website is jumping.
What is the problem and how can I fix it? Is this a carousel bug?
-
Mouse hover effect italic@panteley Well that was easy … THX haha – Was trying it with "font" etc.
-
Mouse hover effect italicBut what would the CSS-Code be for that? Might me really simple solution, but I haven't found anything …
-
Mouse hover effect italicVariable it no option at the moment. But isn't it possible to change a font easily when hovering over another one?
Like changing a font from HELVETICA to TIMES NEW ROMAN when hovering above it (extreme example) …I feel like the code above is really simple and something similar will work, but I have no clue what the code will look like.
Something like:
a:hover {
font: Times New Roman;
} -
Mouse hover effect italicHey,
The probleme with the code above is, that the software just shifting the letters to the side, which makes the letters look weird. Fonts normally have specific italics which are drawn manually individually.So in this case, I just want to change a font to another font when hovering. I have a specific Webfont uploaded when hovering above text.
What's the CSS Code for that?Best
Wynz -
Issue links italicHey,
i have issues with links in italics.
When hovering over normal links the colors change of the text. However when I have set the text via CHARACTERS to Italics the change of color does not appear …
Any chance to solve that?
-
Intro feature Mobile version image heightI used the "overlay image" setting. So it's set both for display and smartphone right?
And I want to be able to scale the whole image a bit down now, but I want to control the width of the display setting and the mobile setting independent. So far display looks good, but the size for mobile is to small …
-
Intro feature Mobile version image heightHey,
I added the "intro" feature on a site and was wondering if its possible to change the height of an image.
So far in default images are in the center and 100% of the width. But I would like to have the intro on mobile on 100% of the Viewport height.
Is this possible?
Best
Wynz -
How to fix content scrolling over fixed footer? I'd like the content to scroll top and behind footer. ThanksHey, I have the problem, that my footer is hiding some content underneath …
I have coded that the background is solid white, because content was flowing over the footer.
Now I have the Problem, that my Footer is not under the last bit of text, but hiding the last bit under the footer …
My Code so far:
#footer-region{
position: fixed;
background: white;
width: 100%;
bottom: 0;
z-index: 999
}Anyone can help?
-
image in center and middle@arminunruh any idea?
-
image in center and middleHey,
i want to put an image in the center of a website. Been playing around with Frame tool. But that will only allow me to set a fixed height that pushes the image to the center-ish.
So far I gave the image the custom CSS-ID "center" and put this in the CSS-Code:
#center {
width: 50%;
position: absolute;
top: 50%;
bottom: 50%;
left: 50%;
right: 50%;
}Put this does not work … The image is somehow pushed to the right side!?
Any ideas how to fix this (simple) problem?
Best
Fabian