Forum Replies Created

Viewing 30 posts - 68,191 through 68,220 (of 68,228 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 6, 2016 at 15:40

    Hello,

    I’m glad that you sorted out.
    Feel free to ask if you need any other help.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 6, 2016 at 12:40

    Hello,

    Please, add this code in file Custom CSS:

    li.page_item.page-item-9361 {
       display: none;
    }
    li.page_item.page-item-9295 {
      display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 6, 2016 at 10:40

    Hello,

    Please add this code in Theme Options -> Styling -> Custom CSS -> Global Custom CSS:

    .etheme_widget_socials a {
      transition: all 0.25s ease-in-out;
    }
    .top-links li a {
      transition: all 0.25s ease-in-out;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 5, 2016 at 13:55

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 5, 2016 at 12:51

    Hello,

    Please, add this code in Theme Options -> Styling -> Custom CSS -> Global Custom CSS:

    .product .progress-button[data-style="shrink"]:hover {
        color: #2a2a2a;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 5, 2016 at 11:01

    Hello,

    You’re welcome!
    In

    .page-id-22382 p:nth-child(1) { 
       text-align: center !important; 
    }

    Add: font-size: 19px !important;

    Also you can add this code for the text:

    .vc_row.wpb_row.vc_row-fluid h1 em {
      font-weight: 900 !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 5, 2016 at 07:37

    Hello,

    I see you have a message http://prntscr.com/boya88, please install Visual Composer plugin completely.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 5, 2016 at 07:19

    Hello,

    Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .vc_column-inner .wpb_wrapper h2 {
       font-size: 24px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 15:33

    Hello,

    Please, use this code

    add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2);
    function change_existing_currency_symbol( $currency_symbol, $currency ) {
         switch( $currency ) {
              case 'CAD': $currency_symbol = 'CAD'; break;
         }
         return $currency_symbol;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 14:50

    Hello,

    Please add this code in Theme Options -> Styling -> Custom CSS -> Global Custom CSS:

    .header-type-2 .menu-wrapper .menu > li > a{
     padding-top: 25px; 
     padding-bottom: 25px;
     padding-left: 25px;
     padding-right: 25px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 14:05

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 13:56

    Hello,

    You need to add margin, example 15px http://prnt.sc/bomq5c.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 13:31

    Hello,

    Please, read this article https://docs.woothemes.com/document/editing-product-data-tabs/.
    To add a contact form you can use plugin Contact Form 7. Documentation here http://contactform7.com/docs/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 13:25

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 12:54

    Hello,

    You can change this font size in child style.css -> 257 string -> font-size: 14px !important; //write the desired value http://prntscr.com/bom2rk.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 11:06

    Hello,

    Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .page-id-22382 .aps-social-icon-wrapper {
        text-align: center;
    }
    .page-id-22382 p:nth-child(1) {
        text-align: center !important;
    }

    And remove:

    .page-content, .content-page {
       margin-top: 0px; //or put another meaning here, for example 15px
    }

    in your Custom CSS for mobile.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 07:23

    Hello,

    You need watch the video Legenda WordPress Theme – How to create custom.css file https://www.8theme.com/videos/. In file add this code:

    .product-info span.posted_in {
       display: none !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 07:22

    Hello,

    Please, read this article https://docs.woothemes.com/document/add-a-custom-currency-symbol/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2016 at 07:14

    Hello,

    You need to recreate footer as described in our documentation:
    https://8theme.com/demo/docs/legenda/#!/footer
    Also, please, watch the video Legenda WordPress Theme – How to create footer
    https://www.8theme.com/videos/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 1, 2016 at 10:38

    Hello,

    For brands, please see the video Legenda WordPress Theme – How to create custom.css file https://www.8theme.com/videos/. In file add this code:

    .wpb_wrapper img {
        -webkit-filter: grayscale(100%);
    }

    Also, this video can help you – Legenda WordPress Theme – How to create menu.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 30, 2016 at 13:02

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 30, 2016 at 11:57

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .sidebar-widget .blog-post-list .date-event {
        background-color: red;
        outline-color: black;
        border-color: red;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 30, 2016 at 09:48

    Hello,

    You can delete the image by adding this code in Theme Options > Custom CSS > Global Custom CSS:

    .empty-category-block h2:before{
       display: none;
    }
    .main-products-loop .empty-category-block h2{
       margin-top: 30px;
    }

    Or

    .empty-category-block h2:before{
       background-image: url(images/empty-search.png); // provide the path to other pictures
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 30, 2016 at 08:29

    Hello,

    As I see, the text of that page is already correct http://prntscr.com/bmx51n.
    To change the color of the headlines, please, insert this text in Theme Options > Custom CSS > Global Custom CSS:

    .vc_row.wpb_row.vc_row-fluid h1 {
     	color: #333;
    }
    .smile_icon_list.top li .icon_description h1 {
      	color: #333;
    }

    You can use <br> to remove it on mobile. Please add this code in Theme Options > Custom CSS > Custom CSS for mobile landscape and Custom CSS for mobile

    br{
            display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 29, 2016 at 07:21

    Hello,

    Please go to Theme Options -> Single Product Page-> Enable slider for gallery images.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 28, 2016 at 14:41

    Hello,

    You’re welcome!

    We’re glad to hear that your issue has been resolved.
    If you have any questions feel free to contact us.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 28, 2016 at 12:33

    You’re welcome!

    Please add this code in Theme Options > Custom CSS:

    textarea.wpcf7-form-control.wpcf7-textarea {
       border-color: #d5d5d5;
    }
    textarea.wpcf7-form-control.wpcf7-textarea:focus {
      outline: none;
      border-color: #252525;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 28, 2016 at 10:28

    You’re welcome!

    What element do you use to display posts on your home page? Please, provide link to page where we’ll be able to see them

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 28, 2016 at 10:22

    Hello,

    Please add this code in Theme Options > Custom CSS:

    input.wpcf7-form-control.wpcf7-text {
       width: 100%;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
       width: 100%;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 28, 2016 at 08:59

    Hello,
    Please set Excerpt length (words) in Theme Options -> Blog Layout, for example 99999. Next, you need to remove the tag More http://prntscr.com/bm10tb.
    To remove Read more button add this code in Theme Options > Custom CSS:

    span.btn.big.filled.pull-right.read-more {
      display: none;
    }

    Regards,
    Rose Tyler.

  • 1 2 3 2,273 2,274 2,275
    Viewing 68,220 results - 68,191 through 68,220 (of 68,228 total)
Viewing 30 posts - 68,191 through 68,220 (of 68,228 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.