Title: 3 quick question
Last modified: August 22, 2016

---

# 3 quick question

 *  Resolved [danielkot](https://wordpress.org/support/users/danielkot/)
 * (@danielkot)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/3-quick-question/)
 * Hi,
 * 3 little question:
 * 1. Is it possible to put another, second logo, on a top right? Like basic logo,
   but in the opposite?
 * 2. How to make my (basic) logo clickable hiperlink?
 * 3. Where I can change the color from red to another, maybe blue?
 * Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Tahoerock](https://wordpress.org/support/users/tahoerock/)
 * (@tahoerock)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/3-quick-question/#post-5297076)
 * Hi Danielkot
    would it be possible that you put URL of the web here. Thanks Tahoe
   Rock
 *  Thread Starter [danielkot](https://wordpress.org/support/users/danielkot/)
 * (@danielkot)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/3-quick-question/#post-5297227)
 * [http://serwer1417057.home.pl/wordpress/](http://serwer1417057.home.pl/wordpress/)
 * sorry I forgot 🙂
 *  Thread Starter [danielkot](https://wordpress.org/support/users/danielkot/)
 * (@danielkot)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/3-quick-question/#post-5297283)
 * …and question 4th: why WP spliting text on sites in wrong way? I mean there is
   no dash when word is ‘breaking’ and going to next line…
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/3-quick-question/#post-5297397)
 * Hi danielkot
 * Thanks for use our theme
 * Answer your 3 little question..
 * First is Not possible use second logo, on a top right..best is use a big size
   image in header section.
 * second is logo Hyperlink : –
    this feature is provided in our pro version.
 * Third is Change color change red to blue : –
 * Create a child theme using this [link](http://codex.wordpress.org/Child_Themes).
 * after creating a child theme Create a css Folder.
    now Copy the default.css From
   Core Theme Directory into css folder of Your Child Theme directory.
 * Now find this color of code #FA504B(Pink color) Replace all the instances of 
   code `#FA504B` with the ‘#2423DB (Blue color)’ in the default.css file
 * let we know for further assistance
 * Thanks…
 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/3-quick-question/#post-5297400)
 * Your theme author said you can’t have a 2nd logo.
    I think you can. In the header
   there is: `<div class="container">` In your child theme, add a background image
   to it, place it in the top right, norepeat.
 * OR
 * You could hack your header.php file, and add a 2nd logo just like the first, 
   in addition give it an extra class “floatr”.
    and again in your style.css add:
 *     ```
       #floatr {
        float:right;
       }
       ```
   
 *  Theme Author [webriti](https://wordpress.org/support/users/priyanshumittal/)
 * (@priyanshumittal)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/3-quick-question/#post-5297418)
 * [@rossmitchell](https://wordpress.org/support/users/rossmitchell/)
 * Nothing is impossible!!!.
 * Just go and edit the code in header.php.
 * Thanks
    Priyanshu

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘3 quick question’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/rambo/2.2.1/screenshot.png)
 * Rambo
 * [Support Threads](https://wordpress.org/support/theme/rambo/)
 * [Active Topics](https://wordpress.org/support/theme/rambo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/rambo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/rambo/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [webriti](https://wordpress.org/support/users/priyanshumittal/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/3-quick-question/#post-5297418)
 * Status: resolved