Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #216479

    Hello. The site I’m developing is http://shinecharlotte.com.

    The client would like to remove BOOK AN APPOINTMENT in the Upper Right Hand and place that INSIDE THE BANNER area, much like an AD. In fact, I will build a “Book An Appointment With Us Now” AD to be placed in that area that will then simply LINK to http://www.booker.com.

    When we do that, WHERE can I place the SOCIAL BUTTONS? Can they be placed where the BOOK APPOINTMENT was?

    Also, how can I change the YELLOW to DARK GRAY with WHITE LETTERING on the MEMBERSHIP page (http://shinecharlotte.com/membership)?

    Thank you!

    David/voicepro

    #217124

    Hey David!

    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
    to move “Phone Number or small info text” section to next to social icons.
    And add following code to Quick CSS in Enfold theme options under Styling tab

    .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
    background-color: #888;
    color: white!important;
    border-color: #888!important; }
    #top .main_color .avia-color-theme-color { background-color: #888; }

    Best regards,
    Yigit

    #217125

    Hey David!

    Individual site customization is outside what we can assist with via support. You can look into a freelance developer from somewhere like Codeable or Microlancer if its a must-have customization.

    For the above you would be doing all of the layout changes in the header.php file and the code and what is output is commented so you can add or replace as needed.

    On the pricing table if you put that inside of a color section where you’ve chosen alternate content as the overall coloring then you can designate a different main color than the yellow.

    You can also go the route you’ve done already with css except target that specific element instead of generally changing the main color. Just make sure to use the correct css value if you are doing plaint text colors which would be darkgray instead of dark grey.

    Cheers!
    Devin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘CHANGE HEADER TO INCLUDE AN AD (AKA CALL TO ACTION)’ is closed to new replies.