Forums

Jetpack by WordPress.com
website link not working, how to change font color, style (3 posts)

  1. wpforum
    Member
    Posted 9 months ago #

    I am using http://themetrust.com/demos/reveal/

    http://margaretsphotoplace.com/projects/carousel-without-jetpack/#jp-carousel-1766

    In the Description, I can not get the link to work or change the text color. I tried your code and regular html code shown below:

    Description <i>Angela Weaver</i> <b>37, is a beautiful</b> woman with blue beads braided into her hair. She says she has “to get our of it soon, it’s kinda stressful…all those buses and trucks!”
    View video of making paper photography series
    [button url="http://margaretsphotoplace.com/portfolio/#video-making-paper" label="View video of making paper photography series with button."]

    http://wordpress.org/extend/plugins/jetpack/

  2. wpforchurch
    Member
    Posted 9 months ago #

    This controls the text color:

    .jp-carousel-light .jp-carousel-titleanddesc div {
    	color: #000 !important;
    }

    This controls the link color:

    .jp-carousel-light .jp-carousel-comments p a,
    .jp-carousel-light .jp-carousel-comment .comment-author a,
    .jp-carousel-light .jp-carousel-titleanddesc p a,
    .jp-carousel-light .jp-carousel-titleanddesc p a,
    .jp-carousel-light .jp-carousel-comments p a,
    .jp-carousel-light .jp-carousel-info h2 a {
    	color: #1e8cbe !important;
    }

    Your link has extra quotes around it.

    I don't think shortcodes will work in the description, but you can use an html link and then add the same class as the theme button.

  3. wpforum
    Member
    Posted 9 months ago #

    Thank you. I went to /public_html/wp-content/plugins/carousel-without-jetpack/jetpack-carousel.css and I was able to change the link color, but the link is still not working.

    Visit http://margaretsphotoplace.com/projects/carousel-without-jetpack/#jp-carousel-1766

    In Media, in Description for the image I included the following HTML code to make a link:
    <a href="http://www.time.com/">View video of making paper photography series</a>

    But it tries to redirect me through the website and says the page does not exist. Is there another way to make a link?

Reply

You must log in to post.

About this Plugin

About this Topic