Forum Replies Created
-
AuthorPosts
-
Hey Elliot,
Try this code in the General Styling > Quick CSS field:
to make menu “appear”html body#top #mobile-advanced { top: 0; left: auto; right: -100%; -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; right: 0; } html body#top .show_mobile_menu #mobile-advanced { -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; right: 0; }
To make menu slide from right side:
html body#top #mobile-advanced { top: 0; left: auto; right: -100%; -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; transition: right 0.2s; } html body#top .show_mobile_menu #mobile-advanced { -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; right: 0; }
Best regards,
MikeHey johnnybimma,
Try this code in the General Styling > Quick CSS field:#top .main_menu .menu ul li a { background: #fff;} #top .main_menu .menu li ul a { color: #444!important;} #top .main_menu .menu ul li > a:hover { color: #000!important;}
Best regards,
MikeHi,
Oh, I see, you should remove the code I gave you with the h1, h2,… that is replacing all your headers.
Sorry
Best regards,
MikeHey ajmihalic4,
WordPress is reading page/5 as a real page from your pagination in your database. To remove them you can use a 301 plugin or put them in or .htaccess file manually. Once the Google crawl gets the 301 redirect the index will be cleaned up.
A good plugin is: https://wordpress.org/plugins/simple-301-redirects/Best regards,
MikeHi,
Place your code in your child theme css or in the General Styling > Quick CSS field
Also include this:h1, h2, h3, h4, h5, h6, p, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox { font-family:"Lato"; }
Best regards,
MikeFebruary 26, 2017 at 8:49 pm in reply to: Contact form 7 & Enfold contact form: identical styling #752028Hi,
I review the post, and there was no additional css used, Vinay was referring to the CF7 shortcode which the css was applied to.
Hope this helpsBest regards,
MikeHey Holger,
Try this code in the General Styling > Quick CSS field:.single-tribe_events .secondary .tribe-events-venue-map { width: 100% !important; }
Best regards,
MikeFebruary 26, 2017 at 8:27 pm in reply to: Lightbox pictures disappearing / flickering on mobile #752020Hey Brian,
I see the last code Yigit posted was:.avia-safari .mfp-img { -webkit-animation: none !important; animation: none !important; }
to address safari, your code was a little off. I tested your site in Chrome dev tools and http://www.responsimulator.com/?url=http%3A%2F%2Fgrahamslamfishing.com%2F and found no issues. But I don’t have a native iphone.
Yet I’ve been told that the next version will focus on mobile fixes & may be available in the next week, after dev team testing.
I hope this helpsBest regards,
MikeHey timbright,
Try this code in the General Styling > Quick CSS field:#top .av_inherit_color *{border-color: transparent;}
Best regards,
MikeHey Gary,
The latest Enfold is 3.8.5, you can check by viewing your theme details under Appearance.
Type Plate http://typeplate.com/ is nice modern type face, or you can importing our demos to redesign your site. Be sure to make a backup.
While I don’t know anyone who is good with Enfold in Seattle area, you can request customizations hereBest regards,
MikeFebruary 26, 2017 at 7:53 pm in reply to: Blog Grid: finish a word in excerpt, don't truncate in the middle of the word #752008Hey bluecafe,
Please try using a plugin such as this one – https://wordpress.org/plugins/advanced-excerpt/
Trims the excerpts to a given length using either character count or word countBest regards,
MikeHey sjackso,
Try this code in the General Styling > Quick CSS field:.hr-inner { border-color: #109bc5 !important; }
Just change the color code to suit your needs.
Best regards,
MikeHey Swarez,
It sounds like you have already enqueue the fonts in your functions.php, and now want to @import the new url to your style sheet.@import url(https://your.CDN.url);
If you want to review enqueuing, check it out here: https://kriesi.at/support/topic/new-custom-font/#post-121902
Best regards,
MikeHi,
I believe that would work. Or maybe Perfect Automatic Masonry with all the same size images, as it won’t crop.
Best regards,
MikeHey Slawomir,
For your sidebar menu you can try this code in the General Styling > Quick CSS field:.widget.widget_nav_menu{ background-color: #557519; padding-left: 10px; } .widget.widget_nav_menu li { border-bottom: 1px solid #ddd !important; } .widget.widget_nav_menu li a { font-weight: bold; color: #fff !important; }
*Please note that this is some basic styling to get you started. You can change the values to suit your needs.
To remove the long drop down sub menus, Try this code in the General Styling > Quick CSS field:
.sub-menu { display: none !important; }
Best regards,
MikeFebruary 26, 2017 at 5:40 pm in reply to: Color section block covers buttons on fullwith easy slider #751985Hey Camilla,
Can you provide a login in the private area, so we can take a closer look?Best regards,
MikeHey esliran,
Try this code in the General Styling > Quick CSS field:span.blog-categories, .text-sep-cat, .text-sep-date { display: none!important; }
Best regards,
MikeHi,
Here is a demo and article of what you are trying to do: http://nicolasgallagher.com/css-background-image-hacks/demo/opacity.htmlBest regards,
MikeHi,
Your CSS is not right, Nikko’s post said create a custom class for your image called “hidden-image” don’t use the name of the image “test.jpg”Best regards,
MikeHey Metavrse,
You could enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
for that element and then use your overlay.
Best regards,
MikeFebruary 26, 2017 at 6:01 am in reply to: Destroyed CSS because of the color-section in product-category page #751881 -
AuthorPosts