Viewing 15 posts - 1 through 15 (of 27 total)
  • #67973
    un.chain
    Member
    Post count: 79


    Please teach me the setting method of change of a background color
    or a background image.


    Please teach me a modification method to change the text
    of a round mark portion into at Japanese.

    #67997
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) You will need to do this with css:

    #main-container {
      background-color: #333333;
    }

    or

    #main-container {
      background: url(yourimageurl);
    }

    2) Please see: http://support.swiftideas.net/knowledgebase/how-to-translate-the-theme/

    – Kyle

    #68011
    un.chain
    Member
    Post count: 79

    thank you Kyle

    However, my trouble is not solved yet.

    1,
    I would like to change the background of only a goods page.
    The background of all the pages will be changed in code which you taught.

    2,
    Japanese is a metaphor.
    I would like to change the text of the portion of a round mark with English.

    #68029
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) You will need this instead:

    .single-product #main-container {
      background-color: #333333;
    }

    2) Not sure what you are trying to achieve? You want to change that text to Japanese?

    – Kyle

    #68033
    un.chain
    Member
    Post count: 79

    hi

    1) thank you!My problem was solved 🙂

    2) “I would like to change [ which i said ] into Japanese” should be disregarded.
    I would like to rewrite the contents of a text of a round mark portion by favorite contents.

    #68041
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    If you want to change the text you can edit sf-woocommerce.php

    – Kyle

    #69013
    un.chain
    Member
    Post count: 79

    hi

    1)Is it possible that only a goods page makes the commodity prices of the round portion of a photograph undisplayed?
    If possible, please teach me a method.

    2) I would like to change the background color of a square portion, and the color of a frame.
    Please teach me a modification method.

    Always thank you for the answer:)

    #69015
    un.chain
    Member
    Post count: 79
    #69019
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) You want to remove prices from the product page?

    2) Of course:

    div.product .woocommerce_tabs .panel, div.product .woocommerce-tabs .panel {
      background-color: transparent;
    }

    – Kyle

    #69057
    un.chain
    Member
    Post count: 79

    thnak you 🙂

    1) Yes.
    I would like to remove a price from a product page.
    I write a price to Product Short Description by myself.

    thankyou
    2) I was able to change the color of the background.
    I would like to change the color of the upper part of a TAB portion,
    and the color of a line, and to also make thickness of a line thick further.

    #69326
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok you can add this css, however you will not be able to tell which tab is active

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
      background: transparent;
    }

    To remove the price add this custom css:

    .product .summary-top {
      display: none;
    }

    – Kyle

    #69527
    un.chain
    Member
    Post count: 79

    hi
    I am also in trouble.

    At the time of ipad /iphone
    Can the color of the character of a header sub menu be changed into white?

    As at now, a character cannot be seen at the time of ipad /iphone.

    #69554
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Of course, what is your link? I will provide you with some custom css

    – Kyle

    #69566
    un.chain
    Member
    Post count: 79

    I’m sorry.
    I am poor at English and do not understand link which you say.
    Is it link of my website?

    My page
    http://icechain-plant.com/

    #69567
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes your website link 🙂 Add this to your custom css:

    nav .menu ul.sub-menu li > a, #top-bar nav .menu ul li > a {
      color: #fff;
    }

    – Kylr

Viewing 15 posts - 1 through 15 (of 27 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register