Forum › Forums › Joomla › Ammon Template for Joomla › Orange color cannot be changed in all pages
-
AuthorPosts
-
May 5, 2016 at 3:02 pm #241582
Hi i changed the color on the top background from orange #EB540A to green #284d1f. I did that to all menu items and all the menus are displaying the correct green color. The problem is with the pages that are from a link from a module or from system. There the color is still orange and even if i tried to find it in template .css and try to change it i cannot. See the captures to see what i mean. Where is the hardcoded default orange color so that i can change it to green color? You already have the login info to see for your self.
May 5, 2016 at 3:09 pm #241584This reply has been marked as private.May 5, 2016 at 3:32 pm #241599Hi,
Did you try in your menu page to change that red color to green?
or faster way is to add in ammon theme css/custom.css
#page_header { background-color: green!important; }
or color:#fff; and fff is your color
For read more button.. this is not from our theme but i will help this time:
div#fd.eb.eb-mod .eb-gallery-more a { background: green; border: 1px solid #e5e5e5; border-radius: 3px; color: #fff; display: inline-block; font-weight: bold; height: 34px; line-height: 32px; padding: 0 15px; text-decoration: none !important; }
if you need to change only color and background, add only
div#fd.eb.eb-mod .eb-gallery-more a { background: green !important; color: #fff !important; }
May 5, 2016 at 3:37 pm #241602This reply has been marked as private.May 5, 2016 at 3:39 pm #241603This reply has been marked as private.May 5, 2016 at 3:39 pm #241604This reply has been marked as private.May 5, 2016 at 3:45 pm #241610This reply has been marked as private.May 5, 2016 at 4:06 pm #241620This reply has been marked as private.May 5, 2016 at 4:09 pm #241622This reply has been marked as private.May 5, 2016 at 4:24 pm #241631This reply has been marked as private.May 5, 2016 at 4:38 pm #241643with welcome
-
AuthorPosts
Ticket is closed.