Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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, 1 month ago by pamk21. Reason: Please ignore...Problem solved
    #770387

    Hey 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,
    Mike

    #770412

    Good 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;
    }

    #770430

    Hi,
    I think I understand, try these :)
    postimage
    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; 
    }}

    postimage
    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; 
    }}

    postimage
    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,
    Mike

    #770463

    To my surprise this worked perfectly. Mike you ROCK! And on a weekend to get this type of response! You guys are the BEST!!!!!!!!!!!!!!!!!!!!

    #770479

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image in place of text to Caption Title in Fullwidth Easy Slider’ is closed to new replies.