Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #221803

    Hello I had previous questions and conversation was closed before I got a reply?

    My question was relating to header on Table grid ? see my thread

    can I use theme color splash orange ? or is there a color limit ?

    Also I am needing to put telephone number just under social Icons on home page – is this possible please?
    right now I have in text box but I need in Navigation or blocked to far right.

    http://www.elmiradorcr.com

    #221805

    Hi anab!

    1- No, there is no color limit. You can use Hex value as following

    .avia-table tbody > tr.avia-heading-row th:nth-child(odd) {
    background: #ff6600;
    }

    2- Please refer to my post here https://kriesi.at/support/topic/header-with-social-icons-and-bottom-use-text-instead-of-social-icons/#post-215140

    Cheers!
    Yigit

    #221806
    This reply has been marked as private.
    #221807

    Hi!

    I have answered for your second part of question as well in here https://kriesi.at/support/topic/changing-color-in-table-grid/#post-221805 :)

    Cheers!
    Yigit

    #221809
    This reply has been marked as private.
    #221813
    This reply has been marked as private.
    #221934

    Hey!

    Please review your website now. I have modified custom CSS in Quick CSS. You can use following class to change its position

    .social_header .phone-info { margin-top: 35px; }

    Regards,
    Yigit

    #221957
    This reply has been marked as private.
    #221960

    Hi!

    Seems like you have already moved it under the social icons. You can add following code to Quick CSS to increase the font size

    .social_header .phone-info { font-size: 15px; }

    Cheers!
    Yigit

    #221974
    This reply has been marked as private.
    #221975
    This reply has been marked as private.
    #222320
    This reply has been marked as private.
    #222888

    Hello – per your instructions I have used your code to force telephone # down the header now the social media icon links are all broken – please respond as I need this resolved ASAP.

    Ana

    #223034

    Hi!

    Please add following code to Quick CSS as well

    #header_meta { z-index: 1; }

    Currently there is a z-index issue and that should fix it

    Best regards,
    Yigit

    #223147
    This reply has been marked as private.
    #223410

    Hi!

    Can you post a screenshot and show the changes you would like to make? I am not sure if i understood you clearly

    Best regards,
    Yigit

    #223617
    This reply has been marked as private.
    #224097

    Hey!

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. However, if i understood you correctly, i do not think that it would be easily achievable.

    Cheers!
    Yigit

    #224306
    This reply has been marked as private.
    #224645
    This reply has been marked as private.
    #225045

    Hi!

    You can try ading following code to Quick CSS

    .avia-data-table .avia-center-col { padding: 0!important; }

    But it only happens on screen sizes between 1140px - 1340px. This is how it looks on my end http://i.imgur.com/UFSYM9t.jpg

    Regards,
    Yigit

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘changing color in table grid’ is closed to new replies.