Forum Replies Created

Viewing 30 posts - 45,301 through 45,330 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2020 at 13:24

    Hello,

    There is no possibility to set 100% as you described. You need to use custom CSS code like this one –

    .item-design-mega-menu {
        position: static;
    }
    .header-top, .header-main, .header-bottom {
        position: static;
    }
    .item-design-mega-menu .nav-sublist-dropdown {
        left: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .item-design-mega-menu .nav-sublist-dropdown:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 40px;
        bottom: 100%;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2020 at 13:19
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2020 at 13:07

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2020 at 11:50

    Hello,

    Try the next settings – http://prntscr.com/rbxya1

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2020 at 11:40

    Hello,

    There is a problem with file permissions on uploads folder because not only font but even an image can’t be correctly uploaded into your media library http://prntscr.com/rbxql4 Contact your hosting provider to get help with this.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2020 at 10:08

    Hello,

    We will add new settings to configure font-size for different devices in one of the next theme updates.
    As a temporary solution, you can use the next custom CSS code:

    @media only screen and (max-width: 1200px)  {
        .home .slide-content h3 {
            font-size: 18px !important;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2020 at 08:05

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 5, 2020 at 08:04

    Dear,

    You can use the Lightshot Screenshot tool as was previously described or upload ready images here – https://dropmefiles.com/ (or on similar service) and provide us with URL.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 15:26
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 15:26
    .articles-nav a {
        font-family: "BaarPhilosBold-K7jl";
        background-color: #553b8a;
        color: white;
        border-color: #553b8a;
        text-transform: uppercase;
        padding: 8px 20px;
    }
    .articles-nav a:hover {
        background-color: #9680c1;
        border-color: #9680c1;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 15:07

    We can’t login – http://prntscr.com/rbhmr3 Please check credentials.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 14:36
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 13:24

    We can find it on our test site.
    You did not provide us with your site URL and temporary wp-admin access.
    Have you synchronized translation?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 13:08

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 12:59

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:57

    Yes, you can try the next code –

    .onsale { 
        background-image: url("link_of_your_image");
        background-size: cover;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:54

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:43

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:43

    Change this code http://prntscr.com/rbds74 to

    .main-nav .menu .menu-item-87 a,
    .fixed-header .menu .menu-item-87 a,
    .et-mobile-menu .menu-item-87 a {
        color: #E1C46F !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:41

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:40

    Ok. Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:40

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:37

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:36

    Try the next code:

    .products-loop .product:nth-child(4n) .content-product {
        border: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:30

    There is no such possibility because it is one element – http://prntscr.com/rbdk3d

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:28

    Hello,

    Any of these examples https://massive.mpcthemes.net/single-image/ can be imported via Massive panel > Style Presets > Image, then you will be able to select the Preset in settings of Image element – http://prntscr.com/rbdjf4

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:03

    Hello,

    Try to add the “Sale” text via Theme Options
    + the next custom CSS code:

    .products-loop .onsale {
        max-width: 55px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 11:01

    Hello,

    Theme Options > Single product builder > Related products > Hide Sale Label > Off.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 10:26

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2020 at 10:19

    Hello,

    Settings from the Single product builder affect the Single product page only.
    You can use the next custom CSS code:

    .products-loop .onsale.left {
        left: unset;
        right: 20px;
    }

    Regards

  • 1 2 3 1,510 1,511 1,512 2,273 2,274 2,275
    Viewing 45,330 results - 45,301 through 45,330 (of 68,231 total)
Viewing 30 posts - 45,301 through 45,330 (of 68,231 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.