Forum Replies Created
-
AuthorPosts
-
Hey Nikko,
Thats correct, thats how i want it to work.
the issue is that highlighting grey text should turn white with no background color change. background should say #060606.
but when browsing in safari, there is a background change. of #00000.
you can see this in the screenshots i provided.
Thanks!
Hey Mike,
The issue is only happening in Safari! Sorry I didn’t mention that earlier. Any idea why thats happening?
Thanks!
Hey Mike,
here’s a screenshot of what Im referring to. And this is happening wherever you try to highlight something on my page.
I blew up the highlights so it’s easier to see the difference. See the black area that appears?
https://ibb.co/jbn23GBest,
ChrisStill no luck guys.
My background color on my website is #060606. So I don’t understand why when I use the exact hex value, it’s a different background color when selecting the text.
::selection {
background-color: #060606;
color: #ffffff;
}::-moz-selection {
background-color: #060606;
color: #ffffff;
}Hey Basilis, sorry Im a bit confused :/. Not sure what to do with that link.
Hey that works!
But there’s one strange problem. My website background color is #060606. In the CSS I made the background color also #060606. But when you highlight the text, the background color is #010101.
Any ideas to fix it? Thanks!
Screenshot for reference:
https://ibb.co/m8icCb(its very subtle)
- This reply was modified 7 years ago by ccyran.
Hey Rikard,
Scroll down till you get to the body copy, and try to highlight it. I like the effect where the text turns white, instead of creating that background highlight.
Thanks!
ChrisYes. The body copy and the title “Galaxy view”
This is something I want to work across the board on all my portfolio items. It shouldve worked given the options in “screen options” but it’s not. I don’t want to add additional CSS since it should work anyway.
Im good!
Hey all the body copy and the titles.
I tried changing the font size to the options it gave me. 14px. But it didn’t change in mobile.
Hey I fixed it by just making more text boxes, but i want to do something like this…
The quick brown fox jumps.
(line break here)
The quick brown fox jumps.Hey Ismael,
What do you mean by that? Apologies. And as a reminder about this issue, its the random 1px gaps that appear between thumbnaiils on this page…
ah got it, thanks Nikko!
That fixed it!
In this case, how did you know how to solve it? For example, if this happens again on another page that im making, how would I fix it?
Hey Nikko,
That makes sense! But the code I was given affects the entire page, and not just that one spot. Can you help with that?
Hey Victoria,
Apologies, I used this code but the same issue, it applied it to everything. And I only want it to happen below the album cover/white bg image.
Here: https://ibb.co/b1RzJ6
Thanks Victoria!
How did you know to use that code? Just wondering so if this happens again when I post on a new project, I’ll know what to do :)
Hey Ismael,
The CSS I mentioned above actually works. By issue, Im referring to the image enlarging to a size I don’t want it to, when the window browser gets bigger.
Absolutely perfect. It looks like the only thing it didn’t fix was the gap underneath the image that shows the album cover.
When I use:
.single-portfolio #after_submenu {
display: none !important;
}that solves it, but it affects my entire website.
Thanks again Nikko!
- This reply was modified 7 years, 1 month ago by ccyran.
Hey Nikko,
this fixed the issues, but it looks like it overrides whitespace elements that I had placed before. You’ll see it on the same page. Can you help?
thx,
ChrisHey,
For example I dont want the image to expand past 700px.
I believe this is the correct CSS?.portrait {
max-width: 600px;
}and I apply “portrait” where I want this to happen.
thanks!
Hey Mike, my mistake, I had another post on the forums months ago that solves this. I have to hide an entry on desktop and create a new one for mobile.
But I do need help with one other thing!
On this page for example, I don’t want images to expand past a certain size, is there an easy CSS I can apply for this?
One that I can write in the “custom CSS class” of elements.
I think I solved it! Let me know if this was correct…
By making the “+” “-“
Hey Ismael,
I tried that but it looks like it doesn’t push down further. it actually does the opposite. Can you help?
Thanks!
Hey Ismael,
Apologies, I’m a bit confused how to do that. Could you explain a bit further?
Currently is works on my site, http://www.ccyran.com, but it doesn’t push completely down to the next page with the red background.
Thank you,
ChrisHey Mike,
I see, currently, this is what I have for the styling of that text…
“<h5 style=”text-align: center;”><span style=”font-size: 20px; font-family: ‘Rubik Light’; line-height: 1.2em;”><span style=”color: #f9f9f9;”>↓ View my latest work below</span></span></h5>”
where would I add “↓ View my latest work below”
And how could I do it so that it pushes completely to the next section? I have it done on my site right now, but it doesn’t go completely to the next page.
thanks!
Chris- This reply was modified 7 years, 2 months ago by ccyran.
hey Ismael,
To clarify, Im not trying to create a gap, I’m trying to remove it. I’ve tried incrementally increasing the max-width value but with no luck. You can close this thread.
Thank you,
ChrisHey Ismael,
Same issue. Here’s the css I tried:
.av-masonry-container {
max-width:1601px !important;
}.av-masonry-container {
width: 100.4%;
float: none;
margin: 0 auto;
}What happened (screenshot) : https://ibb.co/faLQzF
Hey Ismael,
Currently. I’m on a Macbook 13″ retina display. it happens on other screens I look at as well. Currently, I removed the CSS provided so the issue doesn’t appear.
Hey,
I need it centered because I want to stop it from going fullwidth after 1600px.
I have the CSS for that:
.av-masonry-container {
max-width:1600px !important;
}but when I use it, it creates these gaps in the masonry gallery. I took off the CSS for now until it could be fixed.
-
AuthorPosts