Services block issues.

Services block issues.

In Airtech, there is a special kind of Service block.

Due to their special design, the text length is limited, if your desired text is long,  Please enter below css in wp-admin/appearance/customise/additionalCSS box.

  1. .r_service_item h4 {
    1. position: relative;
    2. background: #004A9F;
    3. padding: 12px;
    4. border-radius: 49px;
    5. top: -25px;
Adding above styles, will make it look like below. Feel free to change values to suit your need, like Background color code or border radius etc in above css code.



    • Related Articles

    • Translation issues.

      First of all, make sure you have followed this guide https://templatation.gitbooks.io/carena-wordpress-theme/content/translation.html After following the above guide completely if there are still some strings that can not be translated, then the ...
    • How to skip extra services.

      In Howello theme, after rooms are added to cart the extra services page is show by default. If you want to skip this step and directly go to checkout page, then please go to wp-admin/Wp-hotel-booking/settings and disable custom process box. And then ...
    • Contact form 7 (CF7) plugin related issues.

      Please note the form is powered by popular Contact form 7 plugin( Which is stand-alone plugin with over  1 million installs) and has no association with the theme. The theme only makes it look good.  To change the email address you want the form ...
    • How to change base color in Fitzeous theme

      You might want to change the base green color of Fitzeous theme to match your brand.  You can go to wp-admin/themeoptions/styling to change the base colors of theme. On service block overlays, there is green color, you can change it by adding some ...
    • How to remove date from posts.

      In order to remove date from blog posts and posts block, Please enter below css in wp-admin/appearance/customise/additionalCSS box. On blog page. To remove full block that displays date/author/categories. .blog_area .blog_inner .blog_lift_sidebar ...