ab-themes

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 5,639 total)
  • Author
    Posts
  • in reply to: menu transparent demo #18010

    ab-themes
    Keymaster

    Hello, if I understand you correctly, you want that your header is always transparent.

    For that you will have to change couple of things in CSS code(all the changes will be made in style.css file).

    1.) Find this code:

    #abdev_main_header.sticky {
        background: #fff;
    }

    and replace #fff value with transparent

    2.) Find this code:

    nav > ul > li > a {
        margin-left: 32px;
    }

    and make it look like this:

    nav > ul > li > a {
        margin-left: 32px;
        color: #fff;
    }

    That should be it.

    Best Regards

    in reply to: Multilanguage plugin recomendation #18009

    ab-themes
    Keymaster

    Ok, can you help us in finding this site (just send us the link) and then we’ll see what is going on.

    in reply to: Sections background color #18007

    ab-themes
    Keymaster

    Hello, sorry for the late reply.

    This is happening because you have set “Pattern Overlay” on that section (see the screenshot bellow).
    Just put that value to “None” and your background color will be visible.

    Best Regards

    in reply to: Photos Not Showing With Testimonials #17993

    ab-themes
    Keymaster

    Hi,

    sorry, we think that you use our page builder.

    For AB Testimonials plugin please look full documentation here:

    http://preview.codecanyon.net/item/ab-testimonial-wordpress-plugin/full_screen_preview/5696572?_ga=1.158537082.1593687196.1469695653

    There you have style 1 and style 2. Style 1 is for big testimonials and he is default. Style 2 is for smaller testimonials with image.

    We test this and it works fine.

    Let us know if you need anything else :)

    Kind regards

    in reply to: Paragraph color #17985

    ab-themes
    Keymaster

    Hi,

    if you think on headings, you can set darker color in style.css on line 190.

    There is

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Titillium Web';
        font-weight: 700;
        color: #191b1f;
        margin-bottom: 20px;
    }

    Just replace color: #191b1f; with color you like.

    Kind regards

    in reply to: Footer Menu #17984

    ab-themes
    Keymaster

    Hello,

    we added this code to your dynamic_css.php file

    .contact_info_widget i{color:#8CC63F;}
    .contact_info_widget a{color:#25AAE1;}
    #menu-footer li a{color:#25AAE1;}
    #menu-footer li:before{color:#25AAE1;}
    #menu-footer li a{color:#25AAE1;}
    .widget_recent_entries ul li a{color:#25AAE1;}
    .widget_recent_entries ul li:before{color:#25AAE1;}

    I hope this help you :)

    Cheers

    in reply to: Photos Not Showing With Testimonials #17981

    ab-themes
    Keymaster

    Hi,

    when you go to Testimonial in your Dashboard, click on Add new. There you can set all for your testimonial. When you edit some of yours testimonial, set all details for Client data and in the right bottom corner you have Featured Image. Click Add new feature image and upload whatever image you want. After that edit your page, set there element Testimonial slider and you will see Testimonial image when you view that page.

    If you can’t do this, please send us your WordPress credentials so we can take a better look and help you.

    See screenshot in attachment.

    Kind regards

    in reply to: Internet explorer 11 issue: Web page is being cut off. #17978

    ab-themes
    Keymaster

    Hi,

    thank you for pointing us to this issue.

    In your style.css file on line 649 we just added

    max-width: 100%;

    Now all works fine. We also test this on Mozilla Firefox, Microsoft Edge and Google Chrome for each case.

    Your logo is too big and we recommended to use smaller picture.

    Kind regards

    in reply to: Footer Menu #17975

    ab-themes
    Keymaster

    Hi,

    unfortunately, we can’t access to your site to inspect element because you need to update Database. Please do that and let us know so we can help you to change icon color.

    Thank you

    Regards

    in reply to: Portfolio Gallery Long Load times #17973

    ab-themes
    Keymaster

    Hi,

    if you have installed some third party plugins try to deactivated them and then activate to test one by one. Also, try to clear your cache. We recommended you to set all image in portfolio with same size. Then portfolio should looks more prettier.

    Cheers

Viewing 10 posts - 1 through 10 (of 5,639 total)