• Closed
  • Yigal Behar
    Spectator
    January 7, 2016 at 6:28 pm #23400

    Hello,

    I’m looking to know how to:
    Font size and color under “Front Page Content Boxes”
    Fix the size of “Front Page Content Boxes”
    Fix the size of “Footer boxes”
    Menu: want to see color changes when hovering on menu items.
    Want to add text on top right of the header where you see the RSS & social media links
    to see our site: http://www.2secure.biz

    Thanks,
    2Secure.

    Denzel Chia
    Moderator
    Posts: 2656
    January 8, 2016 at 9:46 am #23403

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    Font size and color under “Front Page Content Boxes”

    .home-content-boxes h2 {
    font-size: 40px !important;
    color: #fff !important;
    }
    .home-content-boxes p {
    font-size: 40px !important;
    color: #fff !important;
    }

    Fix the size of “Front Page Content Boxes”

    Sorry, what do you mean by fix? There is nothing broken.

    Menu: want to see color changes when hovering on menu items.

    #nav ul li a:hover{
    color:#000 !important;
    }

    Want to add text on top right of the header where you see the RSS & social media links

    Sorry, you will have to modify the Theme in order to do this. We can only provide custom css support.

    Thank you.

    Yigal Behar
    Spectator
    Posts: 2
    January 8, 2016 at 4:04 pm #23405

    Hey,

    thank you!

    Fix the size of “Front Page Content Boxes”
    I want to make the length of these boxes even. Now the length is based on the amount of text in the box. I want all boxes will lineup from top to bottom.

    The same applies to the footer boxes.

    Thanks/ Yigal

    Fanita Repanic
    Spectator
    Posts: 14
    January 28, 2016 at 7:28 am #23892

    Hello!
    I apologize at the beginning of at probably my stupid questions. I am totally new to this, the first time I work with word press themes and I have no knowledge as to the html code. Through this forum looking for answers to many of my questions and thank you for your answers.
    Can you tell me exactly where I need to paste the codes without having nothing to spoil.
    How to make it to all four boxes the same size regardless of the amount of text.
    Please be gentle with my ignorance
    Thanks Fanita

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 8:52 am #23895

    Hi Yigal,

    Thanks for writing in!

    Want to add text on top right of the header where you see the RSS & social media links

    Please add the following code under your Appearance -> Theme Options -> Custom CSS:

    #social:after {
    content: "+94 703 51152";
    color: #000000;
    position: relative;
    top: 22px;
    left: 55px;
    font-size: 22px;
    }

    @media screen and (max-width: 767px) {
    #social:after {
    top: 13px;
    left: 0px;
    }
    }

    This will give a look something like this: (see: http://prntscr.com/9vtre6), (see: http://prntscr.com/9vtqqt). Please set the values and change the text as per desire.

    Hope this helps.

    Thanks!

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 9:02 am #23896

    Hi Fanita,

    Thanks for writing in!

    How to make it to all four boxes the same size regardless of the amount of text.

    Please add the following code under your Admin Panel -> Appearance -> Theme Options -> Custom CSS or Appearance -> Customize -> Custom CSS:

    .home-content-boxes .content-box {
    min-height: 412px !important;
    }

    Hope this helps.

    Thanks!

    Leo Mürz
    Spectator
    Posts: 5
    February 25, 2016 at 1:28 pm #24665

    Thats a great fix, thx. For a Corporate website different heights just don’t look good.

    Now i have the Problem that the Buttons (“Learn More”) still aren’t on the same Height

    Is there a easy Fix for this too?

    I can provide annotated Screenshots if u want.

    Best Regards

    Denzel Chia
    Moderator
    Posts: 2656
    February 26, 2016 at 12:54 am #24686

    Hi Leo,

    As per forum rule, Please open your own thread.
    https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/

    And yes, Please provide annotated screenshots and details explanation of your requirement. Most important of all, provide URL to your webpage that needs attention.

    Thank you