Forum Replies Created
-
AuthorPosts
-
Hey Rikard,
The problems solved! I think it was clearing my cache, but it didnt first after the first time I cleared it.
You can close this thread!
Ah I see,
Thank you Nikko!!!!!
Hey that worked!
But how did it work? Haha
Would this same CSS work if I did 3 images side by side?
Hey Nikko,
But does this still keep the two posters from expanding past 1600px? I used that CSS originally becuase I didn’t like how big those two images got on larger screens.
Thanks!
ChrisHi Nikko,
Apologies!
Here’s the page:
And specifically here’s the section:
https://ibb.co/fcjvaQIts at the bottom of the page with the two posters.
Thanks!
Hey Sarah,
That fixed it! Apologies!
Hey don’t close this thread!
I actually noticed that with this CSS, now my masonry gallery text overlay is very bold and it shrinks the overall width of it much smaller. Can you fix this?
http://www.ccyran.com/work/
It used to be light.This is the CSS im using.
#scroll-top-link{
width:30px;
height:30px;
background: rgba(0,0,0,0.4) !important;
border: 0px;
}
#scroll-top-link:before{
top:-11px;
right: 11.5px;
position:absolute;
border: 0px;
}#scroll-top-link:hover {
background-color: rgba(0,0,0,0.7) !important;
color: #ffffff;
border: 0px solid;- This reply was modified 7 years, 4 months ago by ccyran.
Yes! Thank you!
Hey Mike,
For #1, sorry I meant in terms of the layout. Right now it’s doing this weird oval thumbnail shape. I’d rather is be a square..
Thanks!
Hey Victoria,
I tried that but it didn’t seem to change it :/
http://www.ccyran.com/projects/rga-stories/
If you look below here…
This uses the H6 Styling, with Rubik Light
Photography by David Hartz
Editing by Ben Peppernell
Printing by Bradford GraphicsBelow it repeated, this uses Paragraph styling with Rubik Light. Same font weight, but it appears thinner. I want it like this.
- This reply was modified 7 years, 4 months ago by ccyran.
Hey guys,
Apologies. It’s actually not quite right. Now the arrow is off center and the border stroke appears when I hover over the icon.
Currently this is the CSS i have. Can you fix it?
#scroll-top-link{
width:30px;
height:30px;
background: rgba(0,0,0,0.5) !important;
border: 0px;
}
#scroll-top-link:before{
top:-12px;
right: 9.5px;
position:absolute;
border: 0px;
}**Update!** I believe I fixed it with this CSS, but could you guys make sure I did it correctly?
See below…#scroll-top-link{
width:30px;
height:30px;
background: rgba(0,0,0,0.5) !important;
border: 0px;
}
#scroll-top-link:before{
top:-12px;
right: 12px;
position:absolute;
border: 0px;
}#scroll-top-link:hover {
background-color: #060606;
color: #ffffff;
border: 0px solid;thanks!
Chris- This reply was modified 7 years, 4 months ago by ccyran.
Hey that fixed it!
But it looks like there’s a dark stroke around this element as well. Can you remove that?Actually I figured out to how to do it. Just needed to add “border: 0px;”
Thanks guys! you can close this thread.
Chris- This reply was modified 7 years, 4 months ago by ccyran.
Thanks! Is there quick CSS to reducing the opacity of the box too? But keeping the arrow as is.
Awesome thank you!
I have one last question, if I did want to display it…
1.is there quick CSS to change how the image inside of it looks?
2. Is there quick CSS to remove the image altogether, but keep the text?
Awesome, thank you!
Hey Jordan,
Understood. Can you provide CSS to adjust the icon size?
Thanks,
ChrisCool!
See below in private content!
FYI: Please don’t make any changes if it can’t easily go back to the way it currently is.
Cool!
I tried that but it doesn’t come close to that page you referenced :(
Is it through quick CSS that I have to edit the menu? And is there quick CSS to shrink the size of the icon? I want it to be about 25% smaller.
thank you,
chrisAwesome!
Thanks Jordan, I appreciate it! Let me know what I gotta do
Best,
ChrisThis was perfect,
Thank you!
Ah I see, I was adding the font in the wrong spot.
Last question! How can I specifically use the light weight of Rubik? In the jpg caption overlay and masonry gallery?
Thanks!
PERFECT!
As long as I get the options to style the font and sizing, word spacing, etc. And control of the actual icon size.
- This reply was modified 7 years, 4 months ago by ccyran.
Oh wow sorry guys! I thought I added it it! See below :)
Hey Rikard,
I tried a few times but I can’t seem to get it right. In this code below, I don’t know what to replace
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘PT Sans Narrow’] = ‘PT Sans Narrow:400,700’;
$fonts[‘PT Sans’] = ‘PT Sans:400,700,400italic,700italic’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘PT Sans’] = ‘PT Sans:400,700,400italic,700italic’;
$fonts[‘PT Sans Narrow’] = ‘PT Sans Narrow:400,700’;
return $fonts;
}You can close this thread! Thanks guys
Awesome!
Can you help me get this started! :)
Thanks!
Christhanks!
Hey Ismael,
I don’t. thanks!
Chris
-
AuthorPosts