Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #749863

    Hi Enfold Team,

    1. How can i change background color of the category name text box below the images to grey? Also i would like to remove the amount number at the end of the category name (see link 1)

    2. How can i adjust the white overlay opacity above the Read more/Show details section. (see link 2)? It’s in german here: “Weiterlesen/Zeige Details”

    3. How can i get the shopping cart icon (removed at the moment from the top right corner of screen) into the breadcrumbs bar. Aligned to the left instead of the page title?

    Thanks a lot for your help,

    Tobi

    #751727

    Hey Tobias,

    Apologies for the late reply:

    1) You can add this to quick css:

    .product-category.product a h3{
    background:#ddd  !important;
    }

    .product-category.product a h3 mark.count{
    display:none !important;
    }

    2) You can add this to quick css:

    .avia_cart_buttons{
    background: #xxxxxx !important;
    }
    3) For this to be done the template file would have to be modified. 

    Best regards,
    Jordan Shannon

    #752336

    Hi Jordan,

    thanky for your reply.

    1.) is fine now. great.

    2.) is not exactly what i wanted. my problem was the readabilityof the button. now i used your code and changed as well opacity. this comes close to what i wnat, but i would love the background color to be changed on mouse over. Also there is a thin vertical white line inside the button between the text rows, that i would like to get rid of. see link below.

    3.) This means it’s not possible? Any idea/experience how to place that shopping cart icon on the page, where it makes sense? It’s just too hidden in the upper rifgt corner of the screen.

    Regards, Tobi

    #753075

    One more Jordan:

    4.) How do i change background color of the product title box (between produt picture and Read more/Show details section – see link)?

    Thanks, Tobi

    #755115

    Hi,

    Sorry for the late reply!
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .inner_product_header {
        background: orange;
    }
    

    Best regards,
    Yigit

    #755170

    Thanks Yigit,

    this does the trick.

    Could you also anwer to this question further above:

    2.) is not exactly what i wanted. my problem was the readabilityof the button. now i used your code and changed as well opacity. this comes close to what i wanted, but i would love the text color to be changed on mouse over. Also there is a thin vertical white line inside the button between the text rows, that i would like to get rid of. see link below.

    And maybe you have an idea for this:
    After changing WP Settings to German (Sie), meaning the german official form of address, i have english language at two places, what was german before.

    “You are here” in breadcrumbs and
    “Show details” on shop product page (both can be seen via same as bove link in private data)

    Is there a way to manually change those english expression?

    Thank you so much, Tobi

    • This reply was modified 7 years, 8 months ago by td8000.
    #755539

    Hi,

    For #2 above:

    /**** Remove vertical line in middle of the button ********/

    .button-mini-delimiter{
    border:none !important;
    }

    /*** Change color on mouseover, adjust colors to whatever you prefer *****/

    .avia_cart_buttons:hover {
    background: #000!important;
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #756500

    Thanks so much Jordan,

    this is perfect now.

    Any idea concerning the last part of my question:

    After changing WP Settings to German (Sie), meaning the german official form of address, i have english language at two places, what was german before.

    “You are here” in breadcrumbs and
    “Show details” on shop product page (both can be seen via same as bove link in private data)

    Is there a way to manually change those english expression?

    Thanks a lot, Tobi

    #756568

    Hi,

    To edit “You Are Here” you want to edit within the root folder: themes>enfold>framework>php>class-breadcrumb.php and search “You are here” to find the 2 2instances of this text.

    To edite “Show Details” you want to edit within the root folder: themes>enfold>config-woocommerce>config.php and search “Show Details” to find the 1 instance of this text.

    Best regards,
    Jordan Shannon

    #756862

    Hi Jordan,

    I Have to go another way as also one of my Plugins, that uses WP Settings fpe language doesnt recognize the German “Sie” form and puts everything in English.
    So i went back to german “Du”.

    Here i have 2 lines in my shop that need to be translated manually somewhere. Maybe you also know, where to find them.

    It’s:

    Das könnte dir auch gefallen…

    and

    BIST DU VIELLEICHT INTERESSIERT AN…

    You can find them on shop pages, see links below.

    Thanks, Tobi

    • This reply was modified 7 years, 8 months ago by td8000.
    #756876

    Hi,

    Do you know the rough english translations of the text? That way I have an idea of what to search for.

    Best regards,
    Jordan Shannon

    #756902

    Right. Sorry ;-)

    “You may also like…”

    and

    “YOU MAY BE INTERESTED IN…”

    (Up-Sells and Cross-Sells)

    Regards, Tobi

    • This reply was modified 7 years, 8 months ago by td8000.
    #758207

    Hi,
    Do you have a cross-sells.php file in your directory? See the following thread for reference:

    https://wordpress.org/support/topic/change-cart-cross-sell-text-you-may-be-interested-in/

    Best regards,
    Jordan Shannon

    #758325

    Hi Jordan,

    yes, this brought me on the right track.

    Could change it directly in the template php files.

    Thank you for the great support.

    You can close the thread.

    Tobi

    #758460

    Hi,

    I am glad this was able to be fixed for you! If you need any additional help, please do not hesitate to contact us.

    Best regards,
    Jordan Shannon

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.