• Resolved stefanocps

    (@stefanocps)


    hello i would like to change the color of the box that now is green and the font size in it
    how do i do that?
    thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    Please post your website URL.
    Describe to me what box you are referring to.
    I am color blind, I can’t locate which is green box.

    Thank you

    Thread Starter stefanocps

    (@stefanocps)

    this is the site
    i want to change the greencolor button
    and the text size inside in it in front boxes (where there are in group of 3 and 2)

    Hi Stefanocps

    If you add this to your child style.css it will work I think. If you do not use child I think you can write it to customized CSS option in the appearance configuration.

    .da-link , a.read-more
     {
    	background: #1B1ADD !important;
    	border-color: #1B1ADD !important;
    	box-shadow: 0px 2px 0px #1B1ADD !important;
    	font-family: 'Arial'!important;
    	font-weight:normal !important;
    	font-size:15px!important;
    }

    Cheers

    David

    Thread Starter stefanocps

    (@stefanocps)

    great!
    thank you
    one more issue
    if you see the menu
    PRANIC HEALING
    when it appear the drop down items..are not easy to understand..may be changing the character, or better , working at that kind of shadow, will make them more readable
    how do i do that?

    Hi,

    You menu dropdown should have a background color.
    I don’t understand why it’s gone.
    Did you modify it?

    At the moment, you can use the following in your Theme Options -> Custom CSS

    .nav-menu li {
        background: #fff none repeat scroll 0 0 !important;
    }

    Thank you.

    Hi Stefanocps

    Not sure what you are looking for, but if you mean the dropdown sub-menus you can go to:

    Styling->Menu and the either choose a “Main menu color” or “Or custom main menu color”. You may want to “Disable main menu background gradient, shadow and borders” as well

    Cheers

    David

    Thread Starter stefanocps

    (@stefanocps)

    great!
    thanks a lot!

    You are welcome.

    Please mark the thread as resolve if you do not require further assistance.

    Thank you.

    Thread Starter stefanocps

    (@stefanocps)

    thanks a lot

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘change read more button property’ is closed to new replies.