customizing the blog detail

Dear Phil,


please check this link : www.aktistech.com/aktis and also the attached file i have send you . here are my issues


  1. how can i change the meta size and color
  2. how can i change the title size without changing the header from H2 to H3 or ...
  3. in RTL mode as attached , the date goes in author side and i need to translate the word "on" ....

please advise


Comments

  • Hello,

    1, 2) It can be changed in the Style tab of this element options.

    3) Please, put the following CSS Code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    .blog-teaser .post-date{
       display: inline-block;
    }
    

    The word "on" can be translated in Betheme -> Theme options -> Translate -> Blog & Portfolio.

    Thanks

Sign In or Register to comment.