Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #226162

    Hey 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,
    Yigit

    #226268

    Hello 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! :)

    #226279

    Hi!

    Please add following code to Quick CSS as well

    .js_active .tab {
    color: red !important;
    font-size: 14px; 
    } 

    Regards,
    Yigit

    #227293

    Hello 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!!

    #227317

    Hi!

    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!
    Ismael

    #227324

    Hi 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.

    #227326

    Hi Ismael,

    i have put in the CSS for the borders, however, there has been no changes.

    #227351

    Hi!

    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,
    Ismael

    #228119

    Hi 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.

    #228327

    Hey!

    Please remove browser cache then reload the page a few times. Deactivate the cache plugin then test it again. Reset the cache plugin settings.

    Regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.