Forum Replies Created
-
AuthorPosts
-
Hey kennethwangrealty!
They should not have an underline by default so it’s probably some custom CSS your using or a plugin. Try adding this to your custom CSS to overwrite it.
.av-masonry-sort * { text-decoration: none !important; }
If that does not work then send us a link to your page and we’ll take a look.
Regards,
ElliottHi John!
When you edit the color section you’ll need to set the bottom border styling to none. If that’s not it then please take a screenshot and highlight what your seeing so we can get a better idea.
Best regards,
ElliottHey qtinfo!
Add this to a codeblock element in the page content.
<style type = "text/css"> .avia_image { margin-left: 0px !important; } </style>
Regards,
ElliottHey ilonka78!
The blue area is your title container. It’s where the title and the breadcrumbs display. Your trying to get a background image to it? You can use this CSS.
.title_container { background: url("URL to your image") !important; }
Regards,
ElliottHi Gary!
Your trying to change the logo for a certain page? If so then try this out, https://kriesi.at/support/topic/custom-logo-for-specific-page/.
Best regards,
ElliottJanuary 17, 2016 at 1:28 am in reply to: Transparent Dropdown Menus To Match Header Transparency? #566680Hi shefferz!
Add this to your custom CSS.
ul.sub-menu { background: rgba(0,0,0,0.3) !important; } .menu-item a { background: transparent !important; }
Cheers!
ElliottHi Unjordi!
When you edit the page click on the color section at the top and change it’s background.
Best regards,
ElliottHey pegasso4444!
You can use @font-face to use custom fonts. Here is a guide on how to get the fonts to be viewable in the Enfold style settings, https://kriesi.at/support/topic/installing-own-fonts/#post-421325.
Cheers!
ElliottHi natashacs!
You have them all unchecked in “Screen Options”. When you edit the page click on “Screen Options” in the top right hand corner and check them all to display.
Cheers!
ElliottHi rlogan2334!
Try setting your permalinks to the “postname” setting and save. If that does not fix it then try deleting your .htaccess file and save your permalinks again.
I couldn’t tell which version of Enfold your using. Make sure it’s the latest, 3.4.7, and deactivate all plugins while testing.
Regards,
ElliottHey Zabrina!
Not sure if that is going to be possible. Send us a link to your page and take a screenshot highlighting the exact changes your trying to do and we’ll take a look.
Regards,
ElliottHey mirtao64!
Send us a link to your page and we’ll take a look to see if there is some CSS we can give you or not.
Cheers!
ElliottJanuary 17, 2016 at 1:14 am in reply to: Z-index problem with Avia Editor and Facebook likebox in desktop version #566664Hey Cenabarato!
Navigate to Dashboard > Enfold > Theme Options and you can disable the theme lightbox there.
Regards,
ElliottHi Poirot!
So basically your trying to make the category archives display in a grid correct? Navigate to Dashboard > Enfold > Blog Layout and set the layout to grid it will do the same for the archives.
Best regards,
ElliottHi webmonnik!
Make sure your using the latest version of Enfold, 3.4.7.
Cheers!
ElliottHi tonyska!
That’s kind of a tricky thing to do. Are you trying to make it bigger? If so then you could do something like this.
.menu-item:hover .avia-menu-text { background: red; padding: 20px; }
There will be a little movement though to make more room.
Cheers!
ElliottHey MetalX2!
Add this to your custom CSS.
@media screen and (max-width: 1100px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Best regards,
ElliottHi colinredbond!
You could recreate the page you want in the editor and then right click your page and copy the HTML and paste it into your template to use.
Regards,
ElliottHey!
Take a screenshot and highlight what your referring to so we can get a better idea.
Cheers!
ElliottJanuary 16, 2016 at 4:16 am in reply to: Masonry image overlay effect, video/gif autplay instead? #566414Hey!
Add this to your custom CSS.
h3.av-masonry-entry-title.entry-title { font-family:Futura, ‘Trebuchet MS’, Arial, sans-serif; font-color:#ffffff; } figcaption { background: rgba(255, 255, 255, 0.5) !important; }
Best regards,
ElliottHey!
Add this to a codeblock element in the page.
<style type = "text/css"> .slide-entry-excerpt { max-height: 100px; } .av-magazine-content.entry-content { max-height: 100px; } </style>
Best regards,
ElliottHey!
So for your excerpts your wanting them to stay hidden until the read more button is clicked? I don’t see an easy way of going about that unfortunately. It would be best to hire a freelancer to help you out with this customization as it’s going to take a bit of time and code to implement.
Best regards,
ElliottHi!
Do you have registrations enabled in Dashboard > Settings?
Cheers!
ElliottJanuary 16, 2016 at 3:49 am in reply to: Extract existing CSS Class so I can modify and use it in a new Custom CSS Class #566407Hey Owen!
You could but you would still need to use the !important override to make sure the code in your child theme is not overridden.
Also it would lower your site speed a bit as it would be loading all of the CSS twice.
Cheers!
ElliottHi ShortieD!
There just isn’t enough space there for everything. Are you wanting to hide the text and leave the button on small screens?
Best regards,
ElliottHey Gary!
I’m sorry but I’m not sure I understand. Can you take a screenshot highlighting the issue?
If your asking if it’s a good idea or not then personally I would not use three sliders on one page. One would be good enough. It would reduce the amount of time it takes for the user to download the page and having some text would be good for SEO.
Regards,
ElliottHi pgh!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHey Jeaneeux!
Add this to a codeblock element in that page.
<style type = "text/css"> #av_section_1 .av_textblock_section { top: -100px; position: relative; } </style>
Cheers!
ElliottHi tremblayly!
Is Enfold updated to the latest version, 3.4.7?
Regards,
Elliott -
AuthorPosts