Hyperlink & Deleting unrequired Icons

Discussion in 'Appointway WordPress Theme' started by cherishu, Nov 11, 2013.

  1. cherishu

    cherishu New Member

    Joined:
    Oct 18, 2013
    Messages:
    1
    Likes Received:
    0
    Hi there, I have been building the site Arcadian Wellbeing & am having trouble changing the hyperlink colour so that it stands out - say to lime green or magenta on the following page.
    http://arcadianwellbeing.com/services/doterra/
    Similarly, I'm not sure how to switch off the social media icons that aren't required?
    Thirdly how can I put a quote directly across the bottom of the site - lengthways in the magenta footer box?
    Thanks
    Mandi
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

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

    Code:
    .content_bar a {
    color: magenta;
    }
    2.For your second issue

    Go to functions > theme-options.php present in your theme directory and follow the instruction as shown in image given below

    2013-11-12_1140.png

    Use same process for others also.


    3.Can you please explain your problem with the help of screenshot, what you want to do, so that we can give you the exact solution.
     
  3. kane19

    kane19 New Member

    Joined:
    Nov 14, 2013
    Messages:
    4
    Likes Received:
    0
    Hi Gourav if you have a look at the site, see in the left hand corner of the footer, "second footer widget area" where the quote is "The futre belongs to those who believe in the beauty of their dreams" I am trying to make that the length of the page not just squashed up in the corner".
    Thanks for all your help so far.
    Mandi
     
  4. Piyush

    Piyush Support Staff

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

Share This Page