-
AuthorPosts
-
February 19, 2014 at 10:31 am #226086
Dear Support team,
Thank you for taking the time to help me!
I have 3 questions, need your expert advice.
My URL is http://www.1realestatesg.com/alana/
1. I noticed that the background colour in the tables on the left, the background colour alternates. Its light grey at first, then white, then light grey again. If the background colour is white, the font is also lighter as well. Is there a way for me to make all the boxes consistently 1 colour instead? I would prefer it if its all grey.
2. On the right side of the page, I have a tabs section. How do I align the top of the tabs with the table on the left? As of now, the tabs is lower than the tables.
3. Is there a way to change font size and colour for the tabs?
Thank you for taking the time to answer my questions. I really appreciate it!
Dalen
February 19, 2014 at 1:56 pm #226162Hey dalen550!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-.main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li { background-color: #fcfcfc; color: #666666!important; }
2-
.tabcontainer { margin: 0; }
3- Seems like you have achieved that using span :)
Best regards,
YigitFebruary 19, 2014 at 4:54 pm #226268Hello Yigit!
Thank you for your response!
Your tips for 1 and 2 worked.
However, for question 3, sorry, I should rephrase my question. The question is, is there a way to change size and font colour for the Title of the tabs. For example, in my URL http://www.1realestatesg.com/alana/, there are 4 tabs. The tabs titles are “Why Alana”, “Location”, “Site plan” and “Architecture”. Can I change their font size and colour?
Thank you! :)
February 19, 2014 at 5:09 pm #226279Hi!
Please add following code to Quick CSS as well
.js_active .tab { color: red !important; font-size: 14px; }
Regards,
YigitFebruary 21, 2014 at 6:39 am #227293Hello Yigit,
thanks for the reply! Yes it worked!
Can I ask another question? My url is http://www.1realestatesg.com/.
I would like to make the borders around the header transparent. Can you advise?
Thank you!!
February 21, 2014 at 9:32 am #227317Hi!
You can use rgba color values to make the border transparent but if it will make a huge difference:
.header_color div { border-color: rgba(0, 0, 0, 0.3); }
Cheers!
IsmaelFebruary 21, 2014 at 9:48 am #227324Hi Ismael,
hope you dont mind I ask something here. After changing my logo, I realised that whenever I key the URL direct, my logo will show the old one.
However, if I click the URL from other link, it will show the new logo.
Any advice?
Thank you.
February 21, 2014 at 9:50 am #227326Hi Ismael,
i have put in the CSS for the borders, however, there has been no changes.
February 21, 2014 at 10:46 am #227351Hi!
Like I said the border change will not make a huge difference because the container is filled with white background. For further customization, please visit Werkpress.
Best regards,
IsmaelFebruary 23, 2014 at 1:46 pm #228119Hi Ismael,
thanks for your reply.
hope you dont mind I ask something here. After changing my logo, I realised that whenever I key the URL direct, my logo will show the old one.
However, if I click the URL from other link, it will show the new logo.
Any advice?
Thank you.
February 24, 2014 at 4:05 am #228327 -
AuthorPosts
- You must be logged in to reply to this topic.