Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #150874
    xValliant
    Participant

    I used customize options on Pro version of Personal Trainer but couldn’t change the background colour, permanently… Any ideas?

    #150878
    Skandha
    Participant

    @xvalliant: Please post in your site URL and let me know what changes would you like to make?

    Kind Regards,
    Skandha

    #150887
    xValliant
    Participant

    Thank you for your attention, Skandha.

    I would like the footer at https://xvalliant.com to be completely black to match the “XV” icon in widget.I want to be able to control colour of links, of course (Privacy Policy, etc.)
    How can I change the 3 circles visible on footer?
    My apologies, but you have to use the specific link above to see the website… I’m solving a DNS problem related with how the hosting company installed SSL certificate on server.

    Regards.

    #150903
    Skandha
    Participant

    @xvalliant: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the background color of footer */
    #colophon {
    	background:#000;
    }
    /* To change the color of social links in footer
    .menu-social-container ul li a {
            background:#123456;
    }

    You can change the color according to your requirement.

    Can you explain what do you mean by “How can I change the 3 circles visible on footer?”

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #150910
    xValliant
    Participant

    Thank you again for your time, Skandha.

    DNS problem was partially solved, so the entire website is visible without www. (https://xValliant.com) and I hope to solve www. very soon…

    The black color in footer was achieved according to your instructions and you can see now the 3 circles with white border on it… I would like to remove 2 of those circles and keep the one central for linking my Twitter. Is it possible?

    The second part of your code seems to be flawed…

    /* To change the color of social links in footer
    .menu-social-container ul li a {
    background:#123456;
    }

    Obviously, it needs */ after word “footer”, but I am concerned about the rest and I don’t want to break the website. Can you double check, please?

    Kind regards.

    #150971
    xValliant
    Participant

    THANK YOU!

    One last question, please… How can I create a paragraph for my footer’s Company Name, another paragraph for VRN GB ……. and another for my Company’s Address? To look like:

    VRN GB ………
    xValliant Ltd.
    International House, bla bla bla… United Kingdom

    P.S. > Thank you for your patience, I simply love your Pro theme!

    #150972
    xValliant
    Participant

    It has to look centered, please.

    #151007
    Skandha
    Participant

    @xvalliant: I am not able to access your site. Please let me know when the site is accessible.

    Kind Regards,
    Skandha

    #161888
    xValliant
    Participant

    Hello again, Skandha.

    My apologies for the late answer (and request).
    http://www.xValliant.com is visible now…

    How can I create a paragraph for my footer’s Company Name, another paragraph for VRN GB ……. and another for my Company’s Address? To look like:

    VRN GB ………
    xValliant Ltd.
    International House, bla bla bla… United Kingdom

    Kind regards,

    Simao Pedro Bras Silva

    #161910
    Skandha
    Participant

    @xvalliant: To create a paragraph on the footer
    Go to => Appearance => Customize => Theme Options => Footer Editor Options => Insert your text and separate the text you want to overflow to next line by a <br> tag.

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change colour of entire footer to match an icon image? Desired colour: black!’ is closed to new replies.