Customizations 4

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

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    1. Home Page - http://modelsmakeupandmore.com/Sandbox
    Add some space at the bottom of the slider photos and the black footer line.

    2. All Pages - http://modelsmakeupandmore.com/Sandbox
    In Internet Explorer, when scrolling up\down a page the background image starts jumping (it jumps not moves.)

    3. Client Access Page - http://modelsmakeupandmore.com/Sandbox/login/
    Username or E-mail, align to the left of the box field and unbold.
    Password, align to the left of the box field and unbold.
    Login button - align left
    Forgot your password - align left

    4. Menu sub-link pages - http://modelsmakeupandmore.com/Sandbox/glamour/
    When you hoover of the sub-links they dont turn red like the main menu links.
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Dear User,

    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 .

    Code:
    .footer-bottom {
      margin-top: 35px;
    }
       
    html{
        overflow: hidden;   
    }
    body{
        overflow: auto;
    }
     
    .um-field-label label {
      font-weight: 100 !important;
    }
    .um-center {
      float: left;
    }
    .um-col-alt-b {
      float: left;
    }
    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
    Thanks all worked except for number 4. Menu sub-link pages - http://modelsmakeupandmore.com/Sandbox/glamour/
    When you hoover of the sub-links they dont turn red like the main menu links.

    The hoover color of red doesnt work over the submenu links
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Dear User,

    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

    Code:
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
      color: none !important;
    }
    Hope it will solve your issue.
    Let me know if have further doubts so that I can assist you.
     
  5. rdeshazer

    rdeshazer Member

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

Share This Page