Text not visible in Top Header Right Bar

Discussion in 'Slice WordPress Theme' started by niallg, Sep 22, 2014.

  1. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    My text is not visible in Top Header Right Bar how do I change colour of text in this bar and also in other areas ?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please provide URL of website.
    Thanks & Regards
    Pramod
     
  3. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You have to follow two steps-
    Step-1:
    please follow below image.

    Step-2:
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    fieldset.add p {
    color: green !important;
    }
    You can change color according to your need.

    Thanks & Regards
    Pramod
     

    Attached Files:

  5. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Thank you for that , now how do I change the size of the font ? and centre the text so that it is in the middle ? that is the blue text in the top header right bar ?
     
  6. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    I would like to place some images of logos on the bottom of the home page under the First Feature column image , second and third feature column images
    I am trying to replicate the bottom of the homepage (old Site) www.beralon.com , could these appear on the bottom of each page ? Thank you again.
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Use these code in custom CSS
    set according to you need.
    Code:
    fieldset.add p {
    color: blue !important;
    font-size: 45px !important;
    line-height: 30px !important;
    text-align: center;
    }
     
    fieldset.add {
    margin-right: 43px;
    }
    You can add images in footer section widget area which appear in every pages..

    Thanks & Regards
    Pramod
     
  8. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Hi Pramod,
    how do I centre the blue text Eg . " one of the most experienced and qualified chemical cleaning companies in Australia.
    The best solution for your chemical cleaning needs."
    also I need to align this with the logo so that it looks good.
    Thank You
    Niall
     
  9. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Hi Pramod,

    The text needs to have the sentences one on top of the other
    Regards

    Niall
     
  10. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Re - thread My text is not visible in Top Header Right Bar how do I change colour of text in this bar and also in other areas ? I have added another question
    how do I centre the blue text in the Top Header Right Bar Eg . " one of the most experienced and qualified chemical cleaning companies in Australia.
    The best solution for your chemical cleaning needs."
    also I need to align this with the logo so that it looks good.
     
  11. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    I have uploaded a jpg that shows what I mean re Top Header Right Bar
    Regards
    Niall
     

    Attached Files:

  12. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    There is not any text in your header section which is invisible. Did you remove text?
    Thanks & Regards
    Pramod
     
  13. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
  14. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Niall,

    1. Open header.php file and find this code( <div class="grid_16 alpha"> ) then make it <div class="grid_10 alpha">.
    Again find <div class="grid_8 omega"> then make it <div class="grid_14 omega">.

    2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    fieldset.add p {
    text-align: center;
    margin-top: 85px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page