Changes Themes

Discussion in 'GoldenEagle WordPress Theme' started by beraldo, Jul 21, 2013.

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

    beraldo New Member

    Joined:
    Jul 13, 2013
    Messages:
    4
    Likes Received:
    0
    Changes Themes

    Good afternoon, I acquired recently and now concluding theme customization helps to ask two questions:

    1 - How to change the color of the text typed in the FIND tool, because the color is too light a bit difficult to read for people with disabilities and would really like to change only the color of the text typed to orange, is it possible?

    www.blfotodesign.com.br / bemmeker

    2 - Is it possible to remove (the signs) :::::::::: appearing in front of the titles on the right side of the blog? ex:

    www.blfotodesign.com.br / bemmeker

    Enjoy :::::::::::::::::::::::::::
    Contacts :::::::::::::::::::::::::
    Have you visited today ::::::::::::::::

    and another thing also happens is that when I perform a search on the blog using the tool SEARCH these points are on the subject of the search text in the response page, do the test to understand please. Eg to search for the word VACCINE.

    Thank you, and congratulations to the entire team successful.
    Ps. Sorry for tradulção is that I'm using GOOGLE to translate.

    Namastê.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    For your first issue,
    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .top-search .searchform input[type="text"] {
    color: orange;
    }
    Inplace of "orange" you can put your color or color code.


    For your second issue,
    Please specify your issue with the help of screenshot images that which sign you want to remove.
     
  3. beraldo

    beraldo New Member

    Joined:
    Jul 13, 2013
    Messages:
    4
    Likes Received:
    0
    Good afternoon to all staff and thank you for responding so quickly.

    1 - The code worked perfectly, grateful

    2 - as I show in the attached image must withdraw the points that appear in front of words and line survey response when executed, grateful once more.


    [​IMG]

    3 - The code that you guys reported in other posts to change the text color of the footer did not work on my theme can explain the why? Below the code and the path used, grateful.

    www.blfotodesign.com.br / bemmeker

    Theme options> Styling Options> Custon CSS

    . footer-background. Copyright {
    color: # ff0000;
    }

    The text:

    Bem Me Ker - Fotografia com Sorrisos ® | Beraldo e Luana Souza ©

    did not accept the color orange, know me explain why?

    Again, thank you and have a great day
    Namastê.
     
  4. Piyush

    Piyush Support Staff

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

    For the second issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .page-title {
    background: none ! important;
    }
    .sidebar h3{
    background: none ! important;
    }
    

    For the third issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .footer-bottom p.copyright font font {
    color: #ff0000;
    }
    This will solve your issue.
     
  5. beraldo

    beraldo New Member

    Joined:
    Jul 13, 2013
    Messages:
    4
    Likes Received:
    0
    Good morning to all staff and thank you for responding so quickly.

    Again thank you for the support and responsiveness.

    The code to set the background was perfect, thanks a lot, you guys are awesome, grateful.

    3 - The code you guys informed to change the text color of the footer still did not work on my theme can explain the why? Below the code and the path used, grateful.

    www.blfotodesign.com.br / bemmeker

    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    . footer-bottom {font font p.copyright
    color: # ff0000;
    }

    The text at the end of the page:
    Bem Me Ker - Fotografia com Sorrisos ® | Beraldo e Luana Souza ©

    did not accept the color orange, know me explain why?

    Again, thank you and have a great day
    Namaste.
     
  6. Gourav

    Gourav Support Staff

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

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


    Code:
    .copyright {
    color: #ff0000!important;
    }
    This will solve your issue.
     
  7. beraldo

    beraldo New Member

    Joined:
    Jul 13, 2013
    Messages:
    4
    Likes Received:
    0
    Now yes my friends, thank you for the support and responsiveness,
    Stay in the Light, the whole team success
    Namaste
    Team - Bem Me Ker - Fotografia com Sorrisos
     
Thread Status:
Not open for further replies.

Share This Page