Customize 3

Discussion in 'Real Photography WordPress Theme' started by rdeshazer, Jun 1, 2015.

Thread Status:
Not open for further replies.
  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there

    1. Contact Us page, use below CSS code.

    Code:
    .contact-page p {
      color: white;
    }
    2. Client Access Page, use below CSS code.

    Code:
    label {
      color: white;
    }
     
    a.um-link-alt {
      color: white !important;
    }
    3. For your third query kindly follow the below step mentioned in the image.

    add conatct div on home page.png


    After adding home_page_conatct div in header.php use below css code

    Code:
      .home_page_contact{
     
      float: right;
      margin-top: -132px;
     
      }
    Hope it will solve your issue.

    Let me know if have further doubts so that I can assist you.
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page