Okay
  Public Ticket #3602566
Help with customization
Open

Comments

  • aljazbracko started the conversation

    Hey i have a few questions when editing a theme, couldn't find the answers myself. 

    -How can i change the font-family of a slider on homepage?

    -How can i change Read More button to something else on the front page where i am displaying services. 


  •  1,626
    Andrey replied

    Hello, Dear Customer!

    Thank you for your message.

    1. To change fonts in slider - click WP Dashboard => Appearance => Customize => Theme Options => Theme Fonts => Fonts for body: https://tinyurl.com/2xjfv7ww

    2. You may change "Read More" text in buttons using these lines in the following files:

    \wp-content\themes\magia\framework-customizations\extensions\shortcodes\shortcodes\posts\views\item-1.php (1 hit)
        Line 61:                 <a href="<?php the_permalink(); ?>" class="mt-30 font-2"><?php echo esc_html('Read Now') ?> <i class="fa fa-caret-right color-main ml-2"></i></a>
    \wp-content\themes\magia\framework-customizations\extensions\shortcodes\shortcodes\posts-tile\views\item-1.php (1 hit)
        Line 61:                 <a href="<?php the_permalink(); ?>" class="mt-30 font-2"><?php echo esc_html('Read Now') ?----> <i class="fa fa-caret-right color-main ml-2"></i></a>
    \wp-content\themes\magia\framework-customizations\extensions\shortcodes\shortcodes\posts-tile\views\item-2.php (1 hit)
        Line 48:                 <a href="<?php the_permalink(); ?>" class="mt-30 font-2"><!--?php echo esc_html('Read Now') ?--> <i class="fa fa-caret-right color-main ml-2"></i></a>
    \wp-content\themes\magia\framework-customizations\extensions\shortcodes\shortcodes\posts-tile\views\item-3.php (1 hit)
        Line 67:                         <a href="<?php the_permalink(); ?>" class="mt-30 font-2"><!--?php echo esc_html('Read Now') ?--> <i class="fa fa-caret-right color-main ml-2"></i></a>
    \wp-content\themes\magia\template-parts\blog\1\content.php (1 hit)
        Line 59:                     <a href="<?php echo esc_url(get_permalink()) ?>" class="mt-30 font-2"><!--?php echo esc_html('Read Now') ?--><i class="fa fa-caret-right color-main ml-2"></i></a>
    \wp-content\themes\magia\template-parts\content-status.php (1 hit)
        Line 58:                     <a href="<?php echo esc_url(get_permalink()) ?>" class="mt-30 font-2"><!--?php echo esc_html('Read Now') ?--><i class="fa fa-caret-right color-main ml-2"></i></a>

    Please use any code editor for these purposes.

    Best Regards!