Advertisement:

Author Topic: Changing Color & Size of "Post an Ad Button" Paris theme  (Read 728 times)

ROYALE

  • Newbie
  • *
  • Posts: 14
Changing Color & Size of "Post an Ad Button" Paris theme
« on: December 26, 2017, 09:16:27 am »
Hello Guyz, Please i need  help on how I can change the Color and the size of the "Post an Ad Button" of my classified site. I am  running Paris theme on it. The present color doesn't blend well with the color of my site. and i think the button is too big. you can view it here http://prntscr.com/hsb4pa


ROYALE

  • Newbie
  • *
  • Posts: 14
Re: Changing Color & Size of "Post an Ad Button" Paris theme
« Reply #2 on: December 26, 2017, 07:30:58 pm »
Yes you have, and i thank you for that. i was able to change the button size, but i couldn't find the button class; class="btn btn-warning btn-lg"

So i am still unable to change the color after changing the button size. Can you kindly explain better to me how to go about it? or give still just give me a lead how i can find the class please?

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Re: Changing Color & Size of "Post an Ad Button" Paris theme
« Reply #3 on: December 26, 2017, 07:34:58 pm »
i don't know paris theme, but the button should be in oc-content/themes/paris/header.php
you may attach the file here and i will check if is there

tito

  • issues
  • Sr. Member
  • *
  • Posts: 397
Re: Changing Color & Size of "Post an Ad Button" Paris theme
« Reply #4 on: December 26, 2017, 07:47:09 pm »
style.css around 1576


Chabge 100% to 50% or whatever you want


Code: [Select]
.kanan button {
    margin-bottom: 5px;
    width: 50%;
}

ROYALE

  • Newbie
  • *
  • Posts: 14
Re: Changing Color & Size of "Post an Ad Button" Paris theme
« Reply #5 on: December 26, 2017, 08:28:21 pm »
Thanks alot  @Cartagena68 , @ tito. it worked perfect.