Forum Replies Created

Viewing 30 posts - 67,771 through 67,800 (of 68,220 total)
  • 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.

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

    Hello,

    You need to disable footer demo blocks in 8Theme Options->General->Footer.
    https://www.8theme.com/demo/docs/classico/index.html#footer
    Footer can be edited in Static Block section. To enable Visual Composer editor for static block go to Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.
    Also you can go to Appearance > Widgets > remove “Static Block” widget from Footer widget area.

    Regards,
    Rose Tyler.

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

    Hello,

    Sidebar can’t be set if you use 6 products per row on Shop page. You can change it to 4 products. Please check.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 30, 2016 at 12:27

    Hello,

    Use this css code:

    .footer-top a {
      color: black;
    }
    .footer-top .wpb_wrapper {
      text-align: center;
    }

    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
    September 30, 2016 at 11:52

    Hello,

    You can add this code in Custom CSS:

    .products-grid .product-title a {
      color: #115b3a;
    }
    .page-heading.bc-type-1 {
       background: url(http://prettigekerstpakketten.com/wp-content/uploads/2016/09/achtergrond-homepage.png);
       background-size: cover;
    }
    body{
       background-repeat: no-repeat;
       background-size: cover;
    }

    Regards,
    Rose Tyler.

  • 1 2 3 2,259 2,260 2,261 2,272 2,273 2,274
    Viewing 67,800 results - 67,771 through 67,800 (of 68,220 total)
Viewing 30 posts - 67,771 through 67,800 (of 68,220 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.