TOPIC: Change color ( again, new problem )

Change color ( again, new problem ) 9 years 9 months ago #5107

  • mieciow
  • mieciow's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
hello people
need to increase the source site indicato the arrow
I turned the template options, looking for the color and not found
css turned all looking for the color and nothing tb
attempts to develop the tool google chrome and also not found
can help me and show where is the line that runs the place indicated on the arrow?

thank you


This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: Change color ( again, new problem ) 9 years 9 months ago #5109

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
Do you mean you want to change the size and color of that heading text?

To change the font size of this (K2 item heading title), you can find the css selector to edit or add this code to layout.css
.itemHeader .itemTitle {font-size: ...;} /* put your size */

To change color of k2 item heading title, and if you want to it change to the appropriate color when change template color, please edit templates/ot_corpmx/css/layout/*.css (red, orange, blue, green) and add appropriate code.
eg:
.itemHeader .itemTitle {color: #EF0D3B;} /* in red.css */
.itemHeader .itemTitle {color: #E18109;} /* in orange.css */
and so on.

Thanks!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
Time to create page: 0.102 seconds