-
AuthorPosts
-
April 1, 2017 at 11:00 am #770280
I was able to place transparent image in Fullwidth Easy Slider using the following code and placing it in the caption title.
– i.e. http://…
However I cannot control the placement – I want it centered on page.
Any help?
- This topic was modified 7 years, 7 months ago by pamk21. Reason: Please ignore...Problem solved
April 1, 2017 at 6:08 pm #770387Hey pamk21,
Your code snippet is not showing, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeApril 1, 2017 at 8:24 pm #770412Good afternoon Mike. Your quick response is unreal! Wow!
You do not see a code snippet because I did not not have any to add. Tried numerous times running through the code in the forums with no luck so gave up.
(I guess my class=”custom-image”> can be whatever I decide to reference?
Here is all the CSS Code I have at the moment – nothing that would effect the Title Caption.
.current_page_item a > .avia-menu-text {color:#a4a4a4!important;}
}
#advanced_menu_toggle, #advanced_menu_hide {
background-color: #a4a4a4!important;
}
.sub_menu_socket {
display:none !important;
}
.phone-info {
font-size: 14px;
}
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}}
.av_promobox {
background-color: transparent!important;
}
.avia-promocontent p {
font-size: 21px;
}April 1, 2017 at 10:09 pm #770430Hi,
I think I understand, try these :)
For logo too large on phone, Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 479px) { #top div .caption_center .slideshow_caption { left: 25% !important; width: 50% !important; text-align: center !important; }}
For menu showing on tablet, Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 5px 0 5px !important; }}
For logo too large on laptop, Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 1024px) and (min-width: 770px) { .logo img { padding: 10% 0 0 0 !important; width: 65% !important; }}
Best regards,
MikeApril 2, 2017 at 12:12 am #770463To my surprise this worked perfectly. Mike you ROCK! And on a weekend to get this type of response! You guys are the BEST!!!!!!!!!!!!!!!!!!!!
April 2, 2017 at 1:34 am #770479 -
AuthorPosts
- The topic ‘Image in place of text to Caption Title in Fullwidth Easy Slider’ is closed to new replies.