Embed Image/Blinking Text in Home

Discussion in 'BlackBird WordPress Theme' started by redman45, Jul 22, 2013.

Thread Status:
Not open for further replies.
  1. redman45

    redman45 New Member

    Joined:
    Jul 11, 2013
    Messages:
    22
    Likes Received:
    0
    Dear InkThemes,

    I would like to add blinking text in 'Home' (www.dualify.com) so that it will show whenever i access the page. can you guide me ?

    For example, how can i insert this in Home? <object width="500" height="42"><embed src="http://i339.photobucket.com/albums/n463/textspace/marquee/marquee_1.swf"flashvars="w=500&h=42&spd=2&t=http%3A%2F%2Fimg198.imageshack.us%2Fimg198%2F8985%2Fmbur.png"width="500" height="42"></embed></object>

    Or is it possible to add <blink></blink> html code to Homepage?

    Thank you for your help.

    Sincerely,
    redman45



     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Redman,

    To add that text above slider paste code in the header.php and to add it below slider paste code in the front-page.php.
    Or
    If you provide me exact location with the help of screenshort where you want to show that text then i will provide you exact position in the php file to add code.
     
  3. redman45

    redman45 New Member

    Joined:
    Jul 11, 2013
    Messages:
    22
    Likes Received:
    0
    Hello,

    Thank you for your help.
    I've inserted this set of codes in front-page.php

    Code:
    <font color="WHITE"><marquee direction="left" size="10" face="Trebuchet MS" style="background:#E62020">Join Dualify as a member today!</marquee></font>
    Location is correct,however i can't seem to change the font size and font face. Please advise, thank you so much.


    Sincerely, Redman45
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .bgimagecolor marquee {
    font-size: 24px;
    font-family: 'Trebuchet MS';
    }
    Inplace of "24" and "Trebuchet MS" you can put your font-size and font-family respectively.
    This will solve your issue.
     
  5. redman45

    redman45 New Member

    Joined:
    Jul 11, 2013
    Messages:
    22
    Likes Received:
    0
    Hi,

    Issue solved. Thank you for your help once again.

    redman45
     
Thread Status:
Not open for further replies.

Share This Page