badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Edit 'Read more' in services widget

#21271

Hi Tamar,

Just create two file
1> style.css and
2>functions.php

Under functions.php adding this code its correct
<?php load_theme_textdomain( 'attitude', get_stylesheet_directory() . '/library/languages' ); ?>

and under style.css add the below code.


/*
 Theme Name:   attitude Child
 Theme URI:    https://www.themehorse.com
 Description:  attitude Child customization
 Author:       Theme Horse
 Author URI:   
 Template:     attitude
 Version:      1.0.0
 Tags:         
 Text Domain:  attitude
*/

@import url("../attitude-pro/style.css");

Create a language directory inside child theme attitude-pro -> library->languages (and add you .po and .mo file). You need to make the exact structure that is presence inside attitude-pro. If you are unable then you may hire a developer to fix it.

Thank you!