• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
  • Private: No
  • Open Date: 29.06.16, 22:33
  • Opened by: lemonet
  • Closed by: Alex
  • Closed on: 01.08.16, 18:05
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9704 - CSS colors

Hi,

I would like to know how I can make the following changes :

  1. Change the category red when you are inside it.
  1. Hide Button “Sale!” List of Products and Categories .

Thank you very much , greetings.

Comments

Alex 30 Jun 2016, 10:15

Hi.
1) CustomCSS

#pattern .flexmenu > ul > li.current-item > a {color: #e17365}

2) Give me the link to the category page with the sale label

lemonet 04 Jul 2016, 10:32

Hello,

the menu color does not change me. It’s not about color you have when you hover over if not on the page where you are right now.
For example, if you are on page shoes, all menu categories are in pink and red shoes.

As for other changes, when we are in the Product List ( http://emma1996.com/es/13-ropa ), in Spanish version are no products with a label of “sell ! “, that label I want to completely remove.

Many thanks.

Alex 05 Jul 2016, 17:11

1) Menu color. Show me please with the screenshot what you need to change and I can do that for 10 euro. If you agree with that you can pay here http://promokit.eu/themes/custom-package/ and give me screenshot of changes.

2) CustomCSS

/* hide label sell in the category page */ #category span.sale-box {display: none}
lemonet 25 Jul 2016, 13:10

Hi,

perfect , I will indicate all the changes I want to make and tell me the price:

1) It has disappeared from the web the top menu where you selected the language.
2) The main menu is now not centered and changed only typography.
3) Hide Button “Sale!” List of Products and Categories.

thanks

Alex 26 Jul 2016, 16:12

Hi.
1) What do you mean?
2) For centered menu I don’t know fast solution for automatic case. I only give you manual method. The code need change all the time when main menu items is changed

/* flex menu align center */
@media (min-width: 729px)
.flexmenu > ul {
    margin-left: 53%;
}

Here is screenshot for better explanation http://prntscr.com/bxqjhg

3) Did you tried the code that I gave you above?

/* hide label sell in the category page */ #category span.sale-box {display: none}
lemonet 29 Jul 2016, 20:47

Hi,

1) Sorry , now if I get
2) Perfect
3) Do not understand how I place the category within the code , an example of a category is “ropa

Thx, regads

Alex 29 Jul 2016, 22:45

Hi.
3) Hide Button “Sale!” List of Products and Categories. 3) Did you tried the code that I gave you above?

/* hide label sell in the category page */ #category span.sale-box {display: none}
lemonet 29 Jul 2016, 22:49

Sorry, my English is pretty bad and I can not express well.

I do not understand is how the category that deal specifically within the code I want you tell me.

Thx, regards.

Alex 31 Jul 2016, 12:17

You asked to hide the sell label. Right? I gave you the code for that :)

I do not understand is how the category that deal specifically within the code I want you tell me.
I don’t understand what do you need to do. Show me with the screenshot what do you want to change

lemonet 01 Aug 2016, 11:00

It is already solved, sorry for the inconvenience.

Thx, regards.