Real Photog Changing font

Discussion in 'Real Photography WordPress Theme' started by angmyma, Nov 22, 2013.

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

    angmyma New Member

    Joined:
    Jul 30, 2012
    Messages:
    18
    Likes Received:
    0
    Is there a way to change the font to Arial?
    How can I make all the text on the page black?
    How can I move the logo to the left side on the screen and not in the center?
    How can I make the images on the bottom of the slide smaller? Or display at a different size?
    How can I put a button or the facebook or social media buttons on the top right of the page (in the header section)?

    I have an extremely picky customer.
    Thanks!!!
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    1.
    Code:
    body {
    font-family:symbol !important;
    }
     
    #menu li a {
    font-family:symbol !important;
    }
    2.
    Code:
    body {
    color:black !important;
    }
     
    #menu li a {
    color:black !important;
    }
     
    ul li, a, h1, h2, h3, h4, h5, h6, p {
    color:black !important;
    }
    3.
    Code:
    .content-wrapper .logo {
    text-align: left;
    }
    4. Could you please share the link of your website so that we can check which image do you want to re-size.

    5. We have given option in dashboard to add social icons on footer of the page. And if you want to add the social icon on other locations then we would suggest you to use any plugin for that. It will be more helpful to you. You can easily get plugin from "WordPress.org".
     
  3. angmyma

    angmyma New Member

    Joined:
    Jul 30, 2012
    Messages:
    18
    Likes Received:
    0
    Disregard the number 4.

    5. How do I get it social icons in the header, even with a plug in? Or how do I just put a different facebook icon on the right side of the header, even if its different than what is on the footer. I know how to upload an image and link it to a specific webpage, but just don't know where to place it in your code or how to make it align left so that its in your header.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
Thread Status:
Not open for further replies.

Share This Page