Be Theme tweaks

edited July 2016 in Theme support
hello;
in this URL (my news):
show post title on top under main menu, how can i change that?
or least change size and set position? that image
image

Comments

  • ok seems fixed header have that problem, i used classic, fixed
    But how can i change the font size, or not display title there
  • Hi,

    to change subheader's title size, please use the following css:
    #Subheader .title { font-size: 50px !important; }
    or:
    #Subheader .title { display: none !important; }
    if you want to remove it completely.
Sign In or Register to comment.