A couple questions

Discussion in 'Elite Pro WordPress Theme' started by imagegrafx, Aug 14, 2013.

  1. imagegrafx

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
    I just bought elite pro. I want to change the back ground and not sure of size to make it work. I have a graphic with a border down the left and a border down the right and would like my page to sit in the middle where there is just a color. Is that possible?

    Also, customer has asked for a small pawprint icon to be put in front of each of the menu items...is this possible.

    I would like for my info in my footer widgets to be centered.

    And one last thing...she had also requested the cursor to be a pawprint. Is that possible?

    Thanks! You guys are the greatest when it comes to support and that's why I keep buying your templates! :)
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Add background at your site and do let me know your website link.
    2) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li > a:before{
    color: #000;
    content: ' ▾';
    }
    #menu li > a:hover:before {
    color: #444;
    content: ' ▾';
    }
    #menu li > a: only-child:before {
    content: '';
    }
    3)
    Code:
    .footer-wrapper .footer-top .footer_widget {
    text-align: center;}
    4) For different cursor you need to search any plugin from WordPress.org.
     
  3. imagegrafx

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
    Thanks for your reply. I am not sure I understand what I'm supposed to do with the code in #2. Can you please explain further? I pasted the code as you typed it in my custom css, but nothing seems to happen. My site is located at rendezvousfarm.com/makemydayplease. I am wanting to put a paw print in place of the little triangle in the menu. thanks!
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. imagegrafx

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Download image attached and upload it in the media library. Copy it's url and paste it in the code given below.

    paw.png

    Code:
    #menu li > a:before{
    color: #000;
    content: url(your image address);
    }
    #menu li > a:hover:before {
    color: #444;
    content: url(your image address);
    }
    #menu li > a: only-child:before {
    content: url(your image address);
    }
     

    Attached Files:

  7. imagegrafx

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
    Hi! I've tried to use both pieces of code above and neither seems to produce the pawprint on the menu. I used the second code and put the url address in it. When that didn't work, I looked at the first code I got and it was a wee bit different, so I used that one. Am I missing something in my code? I placed the code in the styling options portion of the website. Thanks!

    http://rendezvoushobbyfarm.com/makemydayplease/
     
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check and add image at your nav bar.
     

Share This Page