Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6677
    fefitzpa
    Member

    Hi there, great theme.

    I have a few questions.

    Is it possible to add an image or change the colour of the footer [and also the footer text]?

    How do I remove the ‘search’ box in the header?

    How do I change the social media logos and rollovers? For example,I want to use a green FB logo.

    Many thanks for your assistance.

    FF

     

    #6696
    Sakin
    Keymaster

    Just add the following CSS in “Custom CSS” box in Theme Options panel. Change the color code as per your need.
    #site-generator { background-color: #3A3D41; }

    To remove the ‘search’ box in the header. Add the following css.
    #header-right .widget_search { display: none; }

    You can change the image social-profile.png inside the image directory of theme.

    #6732
    fefitzpa
    Member

    Thanks for the reply.
    Do I just add

    #header-right .widget_search { display: none; }

    to the style.css?

    #6734
    fefitzpa
    Member

    In terms of putting an image in the footer, I am a little confused about adding the CSS you supplied to the custom CSS box. I did that and it made no change.

    Can I adjust the style.css instead? If so, how?

    Thank you again and I apologies for all the questions but greatly appreciate your assistance.

     

    #6762
    Sakin
    Keymaster

    @fefitzpa: The css I gave you is supposed to be add in Custom CSS box which you wil fine in “Appearance => Theme Options => Custom CSS”

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘A Few Questions’ is closed to new replies.