Forum Replies Created

Viewing 30 posts - 67,171 through 67,200 (of 68,230 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2017 at 10:08

    Hello,

    We also need the link to your wp-admin area http://prntscr.com/dtq4ym
    Try to add this code in Custom CSS:

    .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li .nav-sublist ul li ul li a{
       font-size: 14px; 
    }
    .blog-post .post-info{
       display:none
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2017 at 09:21

    Hello,

    Please add this code in Global Custom CSS section:

    .boxed .st-container {
        border: none;
        box-shadow: none;
    }

    Custom CSS for mobile:

    #wdi_feed_0 .wdi_feed_item {
        width: 50%;
    }

    To replace demo footer with yours, you need to disable it in Theme Options > General > Show footer demo blocks > Off. Then add “8theme – Static Block” widget in Appearance > Widgets > Footer 1 or Footer 2 area and select the block you created.
    https://8theme.com/demo/docs/royal/index.html#!/9_footer

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2017 at 08:25

    Hello,

    The WordPress credentials are incorrect. Please check them.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2017 at 08:22

    Hello,

    You can add your content in top bar using Text widget in Appearance > Widgets and place it in “Left Side top bar area” and “Right side top bar area”.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2017 at 08:20

    Hello,

    Try to add this code in Custom CSS:

    .header-type-2 .menu-wrapper .menu > li > a {
        font-size: 12px;
        font-family: Roboto;
    }
    .menu .nav-sublist-dropdown ul > li > a {
        font-size: 12px;
    }

    Set your values.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2017 at 08:13

    Hello,

    Please see screenshots: http://prntscr.com/dtp3ii http://prntscr.com/dtp3kl
    Have you resolved the issue?
    If this is not what you want, clarify with more details, please.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 14:42

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 14:26

    Hello,

    Try to add this code in Custom CSS:

    .woocommerce-breadcrumb {
        display: none;
    }

    Please, read this topic https://www.8theme.com/topic/change-breadcrumbs/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 14:01

    Hello,

    Please add this code in Custom CSS:

    .single-product .quantity input[type="number"] {
        width: 48px !important;
    }
    .single-product .woocommerce-message .button {
        background-color: blue;
        color: white;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 10:00

    Hello,

    Thank you for contacting us.
    Could you please provide a link to your website and with wp-admin access in Private Content so we could check it?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 09:56

    Hello,

    Try to add this code in Global Custom CSS section:

    .footer-top .widget_nav_menu li.current-menu-item a {
        background: transparent;
        color: black !important;
    }
    .navbar-collapse.collapse {
        display: flex !important;
        justify-content: center;
        margin-top: 15px;
    }

    and this for mobile:

    .navbar-right .navbar-right {
        left: 14px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 09:08

    Hello,

    Try to add this code in Global Custom CSS section:

    .header-wrapper .menu {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 10px;
    }
    .header-wrapper .menu > li > a:hover {
        background-color: white;
        color: black;
    }

    For this .header-wrapper .menu > li > a in custom css you can change padding to padding-bottom: 5px;, also add transition: all 0.2s ease-in-out;

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 08:36

    Hello,

    Try to change Product type http://prntscr.com/dta2nf
    You can select Products Type “New” in the Products element settings, but you should also mark products as new in the edit http://prntscr.com/dta38h

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 08:22

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 08:19

    Hello,

    Try to add this code in Custom CSS:

    .page-numbers .prev, .page-numbers .next {
        height: 27px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 08:14

    Hello,

    Could you please show a screenshot for better understanding what exactly space you want to remove?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 9, 2017 at 08:04

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 17:11

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 13:41

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 13:22

    Hello,

    Try to add this code in Custom CSS:

    .single-post .blog-post .active {
        display: none;
    }
    .single-post .blog-post  .entry-title {
        display: none; 
    }
    .single-post .blog-post  .meta-post {
        display: none; 
    }
    .single-post .content.col-md-12 p:last-child {
        display: none;
    }
    .single-post .blog-post .content-article p{
        display:block !important;
    }

    Go to Theme Options > Blog Layout > Show About Author block.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 11:42

    Hello,

    Try to add this code in Custom CSS:

    .widget_shopping_cart_content .empty {
        margin-bottom: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 09:24

    Hello,

    As I see, your mobile menu colors are different http://prntscr.com/ds4r78
    Was your problem resolved?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 09:01

    Hello,

    You can edit themes/woopress/woocommerce/content-product_cat.php file.
    Make your changes in the child theme to prevent losing them after theme update.

    Also, try to add this code in Custom CSS:

    .post-type-archive-product .categories-mask span {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 08:31

    Hello,

    I’ve create Static Blocks > Footer test like on demo. You can edit it.
    Also, clear browser cache and check your Home page now.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 08:02

    Hello,

    Try to found this option in Woocommerce > Settings > Products > Display > Product Image Gallery http://prntscr.com/ds45ze
    Also, you can use Lightbox option in our theme in Theme Options > Single Product Page > “Enable Lightbox for Product Images”.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 07:58

    Hello,

    Could you please provide a link to your website so we could check it?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 6, 2017 at 07:57

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 16:29

    Hello,

    Please, add !important http://prntscr.com/dru5b6
    Also, try to use this code for header menu:

    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
        opacity: 0.9;
    }
    .main-nav .menu > li .nav-sublist-dropdown {
        opacity: 0.9;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 16:15

    Hello,

    Second menu on “My Account” page is related to Woocommerce. If you want to remove it. Use this css code:

    .woocommerce-account .woocommerce-MyAccount-navigation {
       display: none;
    }

    This is default Woocommerce layout. If you want to edit it you have to modify Woocommerce files wp-content\plugins\woocommerce\templates\myaccount\ folder.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 5, 2017 at 14:50

    Hello,

    Please read this topic https://www.8theme.com/topic/search-fields-woopress/

    Regards,
    Rose Tyler.

  • 1 2 3 2,239 2,240 2,241 2,273 2,274 2,275
    Viewing 67,200 results - 67,171 through 67,200 (of 68,230 total)
Viewing 30 posts - 67,171 through 67,200 (of 68,230 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.