How to change the"page" style?

Home Forums WordPress Theme Support BresponZive Mag How to change the"page" style?

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  happy88.jeffery 8 years, 12 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5464

    Hi,

    I want to change the “Page” item as follows:

    How to chage the fonts, font-size, background-color of the item?

    I want to change all of them bigger, and not black background on the left, not blue color of the item.

    Furthermore, how I can change “Page” to Chinese description?
    http://img.iamhappy88.com/2015/05/page.jpg

    My site: http://iamhappy88.com/arnor-20150512/

    #5469

    Raja CRN
    Keymaster

    Hi,

    Please paste the following code in the Theme Options > Styling > Custom CSS and save. It will change the color and size of the page navigation.

    .single-split-page strong {
      background: orange;
    }
    .single-split-page p a {
    background:red;
    adding: 11px 16px;
    }

    To change the Pages Description, edit the BresponZive Pro > custom_fn >tpcrn_functions.php.
    In that file search for bresponZive_themepacific_single_split_page_links function. In that function, you can find the Pages text. Just change that text to chinese text.

    Thanks. Hope you got it.

    #5557

    Many thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .