Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #92130
    scubafreak
    Participant

    Hi to Nepal!
    Two more questions, please:

    1. How to frame widgets in the Main Sidebar?

    2. How to use Promotion Headline for contact entry form instead of Action Button?

    Example here for your reference, showing both:

    http://michaelhyatt.com/peak-performance.html

    Thanks, all the best,
    Dan

    #92146
    Mahesh
    Keymaster

    @scubafreak: Hi Dan
    1. Frame widgets in the Main Sidebar: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 1280px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -40px;
        margin-right: -40px;
        margin-top: -40px;
        padding: 10px;
        text-align: center;
      }
    }
      
    
    @media screen and (max-width: 1279px) and (min-width: 1153px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -30px;
        padding: 10px;
        text-align: center;
      }
    }
      
    @media screen and (min-width: 961px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
        padding: 10px;
        text-align: center;
      }
    }
      
    @media screen and (min-width: 561px) and (max-width: 960px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -11px;
        margin-right: -11px;
        margin-top: -11px;
        padding: 10px;
        text-align: center;
      }
    }
      
    @media screen and (max-width: 560px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -14px;
        margin-right: -14px;
        margin-top: -14px;
        padding: 10px;
        text-align: center;
      }
    }

    Hope this helps. If you need further customization, I recommend you to hire a customizer.

    2. Promotion Headline for contact entry form instead of Action Button
    You’ll need to hire a customizer for this.
    https://catchthemes.com/hire-customizer/

    Regards,
    Mahesh

    #92214
    scubafreak
    Participant

    Danyabad Mahesh,

    1. Custom CSS for frames are working, great! I was even able to change the colors myself so that it matches the original color scheme of the theme, can you believe? 🙂

    2. Customizer – understood. Let me collect everything we want to change or add and get back to you with a request, please.

    Best,
    Dan

    #92225
    Mahesh
    Keymaster

    @scubafreak:
    Hi Dan,

    You speak Nepali? I am astonished. 🙂
    Glad to know it worked out as you’ve wanted and you changed the color yourself to match the theme scheme too thats great.
    Yes, sure thing.
    Have a nice day!!!

    Regards,
    Mahesh

    #92525
    scubafreak
    Participant

    Hi Mahesh,
    I speak Nepali – three words…:) It’s beautiful country, I visited only once but was really special.

    On a business note – I translated the theme to Czech language. To which email you like me to send the po/mo files, please?

    Best,
    Dan

    #92537
    Mahesh
    Keymaster

    @scubafreak: Thank you Dan. I hope you would visit Nepal again. You are ever welcome here. 🙂
    Thank you for sharing, we really appreciate it. You can email it to info@….
    Have a nice day!!!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Frames for widgets in the Main Sidebar – Form instead of Promo Headline’ is closed to new replies.