Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author beke_ro

    (@beke_ro)

    Hi,
    unfortunately this option is not available in admin… but you can edit via FTP.
    Go to wp-content/plugins/bknewsticker/ticker.css and replace:

    .tickerText{
    	color: #5A5A5A;
    	line-height: 40px;
    	font-size: 12px;
    
    }

    with this:

    .tickerText{
    	color: #5A5A5A;
    	line-height: 40px;
    	font-size: 16px;
    
    }

    where 16px is font size

    Plugin Author beke_ro

    (@beke_ro)

    And here is code for Tiker Title :

    #bknews-title h3{
        color: #fff;
    	font-size: 14px;
    	margin: 0px;
    	text-align: center;
    	text-transform: uppercase;
    	text-decoration: none;
        border-right: 20px solid transparent;
        height: 0;
        line-height: 40px;
        padding-left: 5px;
    }

    you can change font-size:14px; with your font size.

    Thread Starter comoglu

    (@comoglu)

    I made the change. thanks.. One more question, Is it possible to show more than one in one line. for example while using rss mode to show more then one news in one line?

    Plugin Author beke_ro

    (@beke_ro)

    Not …for now ..maybe in the future I will add this option.
    Thanks!

    Thread Starter comoglu

    (@comoglu)

    there are something wrong or I made mistakes the news ticker shown like this
    http://sismolog.org/bk/bknewsticker.JPG

    [Moderator Note: Please ensure that you are embedding links correctly in your posts. Link corrected.]

    How can I make well set news ticker with bknewsticker??
    thanks in advance.

    Plugin Author beke_ro

    (@beke_ro)

    Please update to 1.0.3 and be careful where you add this code: <?php if ( function_exists('insert_bknewsticker') ) { insert_bknewsticker(); } ?>
    in header.

    Thread Starter comoglu

    (@comoglu)

    Where should I add it? see the page http://www.koeri.boun.edu.tr

    Thread Starter comoglu

    (@comoglu)

    It s fixed. But I cannot set the title font size. I have changed the font size in ticker.css as 12px but it s still smees larger… also the news font cannot be set via css. is ticker.css is right file to control ?

    Plugin Author beke_ro

    (@beke_ro)

    Via wp-admin in BkNewsticker Settings search for Text size field.

    Thread Starter comoglu

    (@comoglu)

    yes I realized that. I made the change. the news is ok. but ticker title font size does not effect with that. COuld you connect the title size to this? only one settings for all font for bknewsticker?

    Thread Starter comoglu

    (@comoglu)

    And also It would be good to be able to translate the slider’s texts?

    Thread Starter comoglu

    (@comoglu)

    the last message was not for you, I wrote there mistakenly

    Thread Starter comoglu

    (@comoglu)

    I cannot manage the title’s font size. the changes you have made effected only “news part” but not title.
    How can we manage it?

    Plugin Author beke_ro

    (@beke_ro)

    Your theme uses !important for H3
    Search in style.css for this :
    h3 {
    font-size: 18px !important;
    }

    Thread Starter comoglu

    (@comoglu)

    Yes I have made the change. Now it s ok..
    Thank you

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘title font size’ is closed to new replies.