Jump to content

[SOLVED] frame the price in featured products


Recommended Posts

Hi!

 

how I can frame the price in the featured products module. How in the example? On what should I change the css?

http://s2.subirimage...io-recuadro.png

 

Thanks in advance!

 

homefeatured.css

 

Search:

 

#featured-products_block_center .price {
font-weight: bold;
font-size: 14px;
color: #990000;
}

 

Add background

 

Example:

 

#featured-products_block_center .price {
font-weight: bold;
font-size: 14px;
color: #990000;
background: #91be01;
}

 

-----

 

By the way,

 

If you want the price That has a fixed height and width, add "display: block" and "height" and "width"

 

Sorry for my English

 

I forgot, I recommend adding a:

 

padding: 3px;

 

to the

 

#featured-products_block_center .price

 

My English is not very good, I hope you understood what I said.

 

Sorry for my English.

Link to comment
Share on other sites

Achieve fix thank you!!!

 

Do not worry about your English, I understand. (mine is much worse, I am also Spanish).

 

Thanks for your help!

 

Perfect !

 

Add the word "Solved" to the title.

 

For me it was an honor help and serve.

 

Sorry for my English.

  • Like 1
Link to comment
Share on other sites

Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].

 

To mark a topic as [solved] :

- Edit the first post of your topic by clicking on the "Edit" button,

- Click on the "Use full editor" button,

 

- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button.

Link to comment
Share on other sites

The honor is mine! You've solved many doubts and helped me with my work!

 

Do not apologize for your English!, My English is far worse!.

 

How I can edit the title?

 

--

 

- Edit the first post of your topic by clicking on the "Edit" button,

- Click on the "Use full editor" button,

- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button.

Link to comment
Share on other sites

×
×
  • Create New...