Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #464867

    Hi, as you can see here – http://screencast.com/t/K4mTk3zeTJeI – the font of the caption title is different than the font of the caption text. How can I make the caption text use the same font as the title?

    Thanks.

    #464884

    it will be easier to give you an advice if we can see the real site.

    A tip from me:
    im using on Firefox for a long time firebug – nowadays a lot of browsers have this kind of developer tool integrated.
    I still use firebug but it might be done by the others too.

    f.e. if i right click on your author name and choose firebug the following infowindow appears:
    If i want to change color than the code is on the right side

    #top .main_color .bbp-author-name {
        color: #f00;
    }

    this is what i would do if i had to change something via quick css.
    Finding the specific selectors is simple – and the best is you can edit online the code at the right side whithout changing something on your online code !

    #464947

    Hi!

    Please refer to @guenni007’s post above

    @guenni007
    Thanks :)

    Cheers!
    Yigit

    #465004

    I know about firebug and Chrome has something similar called inspect element and I use that from time to time but i’m still not all that comfortable with coding so it would be easier for me to get the actual code to use for what I need :)

    But thanks for the suggestion.


    @yigit
    , can you tell me the code to use for changing the font?

    Thanks.

    #465049

    yes – but this is the problem for other users – that they have no learning input and those who want to help can’t do because from a screenshot it is impossible.

    I understand that some don’t want to post a direkt link – but than you still have to wait for support from customer support and post the link as private

    #465100

    Hi @guenni007, I appreciate the advice but I’m not new here. I always add a URL to my screenshots only sometimes it’s private so only the mods can see it :)

    #465893

    Hi!

    Please use following selector

    .avia-caption-content p { font-family: arial; }

    I could not find captions on your slides. If you do not mind turning them back on, we can provide a more accurate code :)

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.