CSS

  • Posts: 43
  • Thank you received: 0
10 years 8 months ago #148401

www.mymineralkids.com
-- HikaShop version -- :2.3.0
-- Joomla version -- : 3.2
-- PHP version -- : latest
-- Browser(s) name and version -- : chrome and firefox
-- Error-message(debug-mod must be tuned on) -- :
Want to know if its possible to access the css without viewing via the joomla backend. It's hard trying to find the specific line of code since the style.css file is so long
attached are the areas i'm trying to change

When i go through the template admin the changes do not take place

Attachments:
Last edit: 10 years 8 months ago by gomay.

Please Log in or Create an account to join the conversation.

  • Posts: 846
  • Thank you received: 92
10 years 8 months ago #148420

Hi
I never use Jomla backend for manage css i useonl y real css desktop editor like webmatrix , dreamweaver , topstyle , bluegriffon.
Many are pay software and you have to pay for have support and quality feedback ( time is money ) .
Some browser let you live edit css file from browser .......

A-- for border
change #0083CC to what ever you want
in www.mymineralkids.com/templates/newlifes...eorange/template.css
go to line 6201 (next selector is for hover line 6211 )
.hikashop_products .hikashop_product_image img {
background: none repeat scroll 0 0 #FFFFFF !important;
border: 8px solid #0083CC;
margin: 0;
max-width: 100%;
transition: border 200ms ease-out 0s;
width: 100%;
}
.hikashop_products .hikashop_product_image img:hover {
border: 8px solid #84C143;
}

B-- for horizontal line
change #3366FF to whatever you want
in file www.mymineralkids.com/templates/newlifes...eorange/template.css
in line 6788
h2.article-title a, h2.article-title span, h1 a, h1 span, .componentheading a, .componentheading span, .hikashop_checkout_page h2 a, .hikashop_checkout_page h2 span, .hikashop_container h2 a, .hikashop_container h2 span {
border-bottom: 8px solid #3366FF;
padding-bottom: 21px;
}
if you want only change the <a> horizontal bottom line color and not all the html tag link to compound selector attach to thoses properties ( inside "{ }" ) you can do this
after the selector above add this code
.hikashop_container h2 span a
{ border-bottom: 8px solid #66FF33;}


it seem when study the website that some change occur inthe css file !!

hope it ll usefull
regard's

Last edit: 10 years 8 months ago by lionel75.

Please Log in or Create an account to join the conversation.

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
10 years 8 months ago #148403

Hi,

You will find more details here :
www.hikashop.com/support/support/documen...ize-the-display.html

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.070 seconds
Powered by Kunena Forum