Forum Replies Created

Viewing 30 posts - 67,771 through 67,800 (of 68,224 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 12:38

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 12:29

    Hello,

    Fixed. Please check it now.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 12:16

    Hello,

    As I see it’s working fine. Please see screenshot: http://prntscr.com/cqwqc6
    Have you resolved the issue?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 12:07

    Hello,

    You can write text content in this function:

    function woo_new_product_tab_content() {
    
    // The new tab content
    
    echo ‘<h2>New Product Tab</h2>’;
    echo ‘<p>Here\’s your new product tab.</p>’;
    
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 10:46

    Hello,

    You can add this code in Custom CSS for mobile:

    .shop-full-width .products-grid.row-count-4 .product {
        width: 50%;
    }
    .shop-full-width .etheme_add_to_cart_button.product_type_simple {
        padding: 6px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 10:07

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 7, 2016 at 10:03

    Hello,

    You can try to use it https://app.prntscr.com for creating screenshots
    Also try to add this code in Custom CSS:

    .single-product .woocommerce-message {
        background-color: #75d69c !important;
        color: black;
    }
    .single-product .woocommerce-message .button {
        color: black;
    }
    .single-product .emodal.shown {
        background-color: antiquewhite;
        color: red;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2016 at 09:10

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2016 at 07:22

    Hello,

    You can add this code in Custom CSS:

    .fixed-header .menu>li a{
     color:#765c1e !important;
     font-size: 18px !important;
     font-variant: inherit;
     font-weight: bold;
    }
    .menu .menu-full-width .nav-sublist-dropdown ul>li>a{
     color:#765c1e !important;
    }
    .menu .menu-full-width .nav-sublist-dropdown ul>li.menu-item-has-children .nav-sublist ul li a{
     color:#765c1e !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 6, 2016 at 07:11

    Hello,

    Add the following code in Custom CSS

    .btn.border-grey.product_type_variable {
        background-color: #262626;
        border-color: #262626;
        color: white;
        border-radius: 0;
        padding: 5px;
        font-size: 13px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 14:49

    Hello,

    We’re glad to hear that your issue was solved.
    If you have any questions feel free to contact us.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 14:47

    Hello,

    Add the following code in Custom CSS

    .blog-post h6.active {
      display: none;
     }
    .blog-post .wp-picture {
      margin-bottom: 30px;
    }

    Also, you can read the article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 14:02

    Hello,

    You are welcome!
    Please use this code:

    .blog .active {
       display: none;
    }

    Your images have different original sizes. You should upload them with similar dimensions or add this code:

    .blog-post img{
       height: 155px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 13:22

    Hello,

    Please add this code:

    .home .slide-item.thumbnails-x.post-slide h6.active {
       display: none;
    }
    .home .slide-item.thumbnails-x.post-slide .meta-post {
       display: none;
    }
    .blog .content-article{
        text-align: justify;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 13:03

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 12:24

    Hello,

    You can add this code in Custom CSS:

    .main-footer p{
       font-family: jura !important;
    }

    As I see, your .vc_separator h4 alreadi bold, also you can to change font size:

    .main-footer-1 .vc_separator h4{
        font-size: 20px !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 12:05

    Hello,

    You can add this code in Custom CSS:

    .banners_top_row .effect-1 .mask {
       display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 10:26

    Hello,

    Fixed sidebar is not possible via default theme settings but can be done via additional customization which is out of our basic support scope. You can order additional service via this form: https://www.8theme.com/customization-services/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 10:21

    Hello,

    Try it:

    .main-nav .menu > li .nav-sublist-dropdown {
        max-width: 200px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 09:55

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 09:38

    Hello,

    Also, you can add this code in Custom CSS:

    .header.main-header {
        background-color: #3f3d3d;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 09:29

    Hello,

    You can add this code in Custom CSS:

    
    .header-type-3 .main-nav .menu > li{
       position: relative;
    }
    .page-heading h1{
       display: none;
    }
    

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 09:14

    Hello,

    Please provide us with link to your site.
    Also, you can read the article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 09:00

    Hello,

    Could you please clarify with more details what exactly you mean and show us screenshots?
    Also, you can add Text widget into “Place in header top bar” in Appearance > Widgets.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2016 at 08:39

    Hello,

    You can add this code in Custom CSS:

    .recentCarousel .slide-item .caption p{
       text-align: justify;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 4, 2016 at 09:56

    Hello,

    You can go to Theme Options > Products Page Layout > Product Image Hover and change it.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2016 at 09:43

    Hello,

    You are welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2016 at 09:03

    Hello,

    You need to change this option http://prnt.sc/cp6ri7

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2016 at 07:44

    Hello,

    How to find share url for Instagram you can read here:
    https://help.instagram.com/372819389498306

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2016 at 07:37

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Rose Tyler.

  • 1 2 3 2,259 2,260 2,261 2,273 2,274 2,275
    Viewing 67,800 results - 67,771 through 67,800 (of 68,224 total)
Viewing 30 posts - 67,771 through 67,800 (of 68,224 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.