-
Search Results
-
Hi, I’ve been hard at work trying to create a vignette effect over the Masonry blog layout instead of the default overlay.
I found that I can use the following styling of the background property to create the vignette:
background:
radial-gradient(transparent, black),This is the CSS I am currently using to style the Masonry blog:
****************
.av-masonry-entry .av-inner-masonry:hover:before {
background: rgba(0, 181, 241, 0.7);
}
.av-masonry-date{ display: none !important;
}
.av-masonry-entry .av-inner-masonry-content {
background:transparent !important;
text-align: center;
}
.av-masonry-entry .avia-arrow { display: none;
}
.av-masonry-entry .av-masonry-entry-title {
background: transparent;
padding: 10px;
margin-bottom: 30%;
font-weight: bold;
font-size: 24px;
color: #ffffff !important;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: none;
-moz-transform: none;
transform: none;
opacity: 1!important;
}
****************I also noticed that often, the above CSS creates errors in the rendering of the images within the Masonry Blog. Am I doing something incorrectly, or is this just too much customization?
Lastly, I was also wondering how I could target specific color containers and apply the same vignette effect to the parallax image inside it. For example, on my homepage at http://www.thejetcoaster.com, I would like to try this with the image inside the color section under the “What is The Jet Coaster” section.
Thank you so much in advance!
Hi!
I just want to know if this is possible:
in comments, people leave a reply and then appear the name of the person and then the comment.
Is posible to modify the font size and the colour of the comment authors name??
thank you very much!
regards
Topic: Image not showing in post
Hi guys
couple of problems that I would appreciate some assistance with:1. Header post images are not showing (link in private section below)
2. and are not centered
Code
[av_image src='2223' attachment_size='full' align='center' animation='left-to-right' link='' target='' styling='no-styling' caption='' font_size='' appearance=''][/av_image]
(link below)
3. Is it possible to force a hard crop ratio within the code – irrespective of the uploaded image ratio?Also
5. PORTFOLIO masonry gallery – when viewed on an ipad – has overlay permanently visible/ activated6. And could you please provide the a quick code to reduce the Top/ Bottom padding of the overlay
Many thanks in advance
Best ChrisI am not a coder so I’m hoping this can be done with out editing much code. Help me please!
Hi,
Is there some CSS I can apply that will increase the space between the social media icons? I have the social media icons in the footer on the Enfold Restaurant theme. I currently have this in Quick CSS if you need it.
#footer [data-av_icon]:before { font-size: 25px !important; } #top .social_bookmarks li a { font-size: 25px; } @media only screen and (max-width: 990px) { #wrap_all { position: relative !important; }} @media only screen and (max-width: 989px){ div.foot-cust .av_one_fourth{ width:100px !important; margin-top:0 !important; } div.foot-cust .flex_column{ margin-bottom:0 !important; } }Topic: Font Size of Blog Titles
The post titles listed on the main blog page are too small. (The size is fine when viewing an individual post.) What is the best way to change the font sizes?
Topic: Adjust Icon Tooltip width
I’m new at this…wondering how to change the width of a icon tooltip. A better question is how can I see where parameters to these types of things, like a tooltip, are set? For example, in the case of tooltip, how would you change colors, font size, etc.
Thank You
